Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 152999

Re: Video Ended Trigger?

$
0
0

Use the code similar to below in the compostionReady event handler for the stage if the stage contains a video element with name "myVid1":

          var vid = sym.$("myVid1")[0];

          vid.onended = function() {

              alert("The video has ended");

          };

hth,

Vivekuma


Viewing all articles
Browse latest Browse all 152999

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>