Announcement
Collapse
No announcement yet.
Problem with web object
Collapse
X
-
- Likes 1
-
-
Hello ulrich.. how can i play the video on this html?
it works directly when i open it in ie.. but if i load it in webobject it cannot..
<!DOCTYPE html>
<html>
<body>
<iframe width="420" height="345" src="https://www.youtube.com/embed/tgbNymZ7vqY?controls=0">
</iframe>
</body>
</html>
Comment
-
If you followed the steps given in my previous reply in this thread, you should have no problems in resolving the issue.
1) Hide dialogs about syntax errors.
2) Set the browser emulation to Internet Explorer 11.
3) Load the URL into the web object.
... it works, as expected.
It also works if you load the URL directly, without a local HTM file:
Ulrich
- Likes 1
Comment
-
Hi again.. after some hour, i managed to play the video by adding function shared by ctaty3 here https://forums.indigorose.com/forum/...ok-in-ie/page2
now i have other querry.. is it possible to get the state of the webobject if it is currently playing video or if it is already finish.. because i need to get the value if the video is finish playing to perform another action..
example if the video finish play it will load another video or hide the webobject. is that posible? any example for it?
thank you.
Comment
-
You may want to read this documentation, as it explains how to query and control the player: https://developers.google.com/youtub..._api_reference
Once the video is finished, you could load a new URL, and the use the "On Navigate" event to trigger the desired action.
Ulrich
Comment
Comment