Question
How can I trigger an action when a Video Component video reaches its end?
I'm creating an HTML5 Canvas project which has multiple embedded videos using the Video Component. How can I trigger an action (for example, to have the timeline gotoAndStop to a different frame) when the video reaches its end, or alternately when the video reaches a certain frame?
