Horje

Definition and Usage of HTML oncanplaythrough Event Attribute

The oncanplaythrough attribute fires 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 event attributes occur, in this order:

  1. loadstart
  2. durationchange
  3. loadedmetadata
  4. loadeddata
  5. progress
  6. canplay
  7. canplaythrough




Category :
Web Tutorial
Sub Category :
HTML Media Events Attribute
Uploaded by :
Admin