Detect End of Video Playback in Web Page

Posted by Eric J. on Stack Overflow See other posts from Stack Overflow or by Eric J.
Published on 2010-05-19T23:17:25Z Indexed on 2010/05/19 23:20 UTC
Read the original article Hit count: 151

Filed under:
|
|

Is there a widely supported video playback technology for web pages that provides an event/hook that can be captured from Javascript when playback reaches the end of the stream?

My goal is to provide a web page that plays a video and then asks the user a question about the video once playback is complete. The question would be hidden or disabled until they have actually viewed the video.

© Stack Overflow or respective owner

Related posts about video

Related posts about JavaScript