When the user is finished moving/skipping to a new position in the video, alert some text.
<script>
function myFunction() { alert('Seek operation completed');
}</script>
<video onseeked="myFunction()">
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Media Events Attribute |
Uploaded by: | Admin |