Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script>
- function videoError(event){
- console.log("Error happened",event);
- }
- </head>
- <body>
- <video>
- <source onerror="videoError(event)" src="http://example.com/video.mp4"></source>
- </video>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement