How do you detect when a HTML5 <video> element has finished playing? I found a spec mentioning an ended event, but I don't really know how to interact with it.
Thanks!
|
How do you detect when a HTML5 Thanks!
| |||
|
feedback
|
|
Have a look at this post at the Opera Dev site under the "I want to roll my own controls" section. This is the pertinent section:
then you can use:
EDIT:
In response to the comment, This event will work on all HTML5 compatible browsers. HTH EDIT2: | |||||||||||
feedback
|
|
You can add an event listener with 'ended' as first param Like this :
| ||||
|
feedback
|
|
The tag <video> is a media content that have the following attributes.
| |||
feedback
|