HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <video style="width:100%;height:330px" onvolumechange="myFunction()" controls> <source src="/reindeer.mp4" type="video/mp4"> </video> <script> function myFunction(){ alert("Volume is changed"); } </script> </body> </html>
OUTPUT
×

Save as Private