HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <video style="width:100%;height:330px" onseeking="myFunction()" controls> <source src="/hawk.mp4" type="video/mp4"> </video> <script> function myFunction(){ alert("Video seek bar began to move"); } </script> <p><strong>Note</strong> : Try to move the video seek bar.</p> </body> </html>
OUTPUT
×

Save as Private