How to add a "ended" event listener to HTML5 video in Animate CC?
I added a video as a DOM, it works wonderfully, triggers when I need it to, but I cant find a way to listen to when the video is finished.
Traditional myVideo.addEventListener('ended', handledEnded etc does not seem to work
I couldnt find anything in createjs reference pertaining to video events. Could anyone advise?
Thank you!
