<script>
function myFunction() {
alert("onratechange attribute fired - The playing speed of the video was changed");
}
</script>
<video onratechange="myFunction()">
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Media Events Attribute |
Uploaded by: | Admin |