Horje

Example of HTML oncanplaythrough Event Attribute

It Can play through video without stopping.
index.html
Example: HTML
 <script>
function myFunction() {
  alert("Can play through video without stopping");
}
</script>

<video oncanplaythrough="myFunction()"> 

Output should be:

Example of HTML oncanplaythrough Event Attribute




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