Guest User

Untitled

a guest
Sep 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>movie player</title>
  5.  
  6. </head>
  7. <body onload="init()">
  8. <video id="myVideo" controls></video>
  9. <div id="button">
  10. <button onclick="vplay()" ><b>play</b></button>
  11. <button onclick="vpause()"><b>pause</b></button>
  12. <button onclick="vrewind()"><b>rewind</b></button>
  13. <button onclick="loadAndPlayNextVideo()"><b>play next</b></button>
  14. <button onclick="loadprevious()"><b>play previous</b></button>
  15. </div>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment