<audio>
and <video>
elements. Following are some of the events are listed below.
Event | Description |
---|---|
aboart | The event get into action If media playing is restarted from the beginning. |
play | The event get into axtion if play back media start after having some pause event. |
pause | The event get into action when media paused. |
playing | the event get into action when media starts playing, |
loadstart | The event get into action when loading of the media started |
loadeddata | The event get into action when the first frame of the media finished loading. |
seeked | The event get into action when the seek opearation of media completed. |
seeking | The event get into action when seek operation started. |
ratechange. | The event get into action when the playback speed changes. |
volumechange | The event get into action when the volume has been changed. |
suspend | The event get into action when the loading of the media is suspended. |
waiting | The event get into action when the requested for operation. |