I have an intro movie that I want to play full screen and then load a page. I need it to be usable on iPad/iPhone, so I figured I would use HTML's element. Unfortunately, I cannot figure out how to detect the end of the video.
I have been told that the onended event would fire, but the DOM description makes it sound like onended is a boolean attribute rather than an event. Either way, I still cannot determine when a video has finished playing.
Any help or suggestions would be greatly appreciated.
jase