HTML Audio/Video DOM Reference
Alert that the video can be played all the way through, without stopping:
The canplaythrough event occurs when the browser estimates it can play through the specified audio/video without having to stop for buffering.
During the loading process of an audio/video, the following events occur, in this order:
![]()
The canplaythrough event is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
In HTML:
In JavaScript:
Using addEventListener():
| Supported HTML tags: | <audio>, <video> |
|---|---|
| Supported JavaScript objects: | Audio, Video |
Use the oncanplaythrough attribute on an HTML element
Use addEventListener() to listen for the canplaythrough event
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.