HTML Audio/Video DOM Reference
Alert that the video is ready to start playing:
The canplay event occurs when the browser can start playing the specified audio/video.
During the loading process of an audio/video, the following events occur, in this order:
![]()
The canplay event is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
In HTML:
In JavaScript:
Or:
| Supported HTML tags: | <audio>, <video> |
|---|---|
| Supported JavaScript objects: | Audio, Video |
Use the oncanplay attribute on an HTML element
Use addEventListener() to listen for the canplay event
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.