lotus888

1711141131131.xyz Cicada_317.mp4

Mar 21st, 2019
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>317</title>
  5. </head>
  6. <style> video {
  7. display: block;
  8. margin-bottom: 1em;
  9. } </style>
  10. <br>
  11. <video width="100%" height="100%" controls style="background:black">
  12. <source src="cicada_317.mp4" type="video/mp4" />
  13. </video>
  14. </body>
  15. </html>
  16. <script>
  17. var myvid = document.getElementById('myvideo');
  18. var myvids = [
  19. "cicada_317.mp4"
  20. ];
  21. var activeVideo = 0;
  22.  
  23. myvid.addEventListener('ended', function(e) {
  24. // update the new active video index
  25. activeVideo = (++activeVideo) % myvids.length;
  26.  
  27. // update the video source and play
  28. myvid.src = myvids[activeVideo];
  29. myvid.play();
  30. });
  31. </script>
Advertisement
Add Comment
Please, Sign In to add comment