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
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