Does your video player include passing events? What we are looking for it to do is let our code know when the video is through playing and display a quiz on the video.
Does your video player include passing events? What we are looking for it to do is let our code know when the video is through playing and display a quiz on the video.
It's just HTML, no JavaScript, so in a sense, no -- unless you code it yourself :)
You should use http://mediaelementjs.com which provides a single JS API that maps to the HTML5 or flash as appropriate for you, so you can monitor events and do what you want. Another possibility for implementing time-based event actions is Mozilla's Popcorn project.
Your friendly neighbourhood moderators: Kroc, Impressed, theraje, Martijn