Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Video.js | HTML5 Video Player</title>
  5.  
  6. <!-- Chang URLs to wherever Video.js files will be hosted -->
  7. <link href="video-js.css" rel="stylesheet" type="text/css">
  8. <!-- video.js must be in the <head> for older IEs to work. -->
  9. <script src="video.js"></script>
  10.  
  11.  
  12.  
  13.  
  14. </head>
  15. <body>
  16.  
  17. <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264"
  18. poster="http://video-js.zencoder.com/oceans-clip.png"
  19. data-setup="{}">
  20. <source src="https://r4---sn-oguesney.c.docs.google.com/videoplayback?requiressl=yes&shardbypass=yes&cmbypass=yes&id=de55ccae62995d9e&itag=18&source=webdrive&app=docs&ip=153.161.152.244&ipbits=0&expire=1413906775&sparams=requiressl,shardbypass,cmbypass,id,itag,source,ip,ipbits,expire&signature=325F9294F189E8105901F78920E32FD23F9618D1.41C07D0C50787A79642DAD6F0DEEBA4D6B538BD3&key=ck2&mm=30&ms=nxu&mt=1413903097&mv=u&nh=IgpwcjAxLm5ydDE5KgkxMjcuMC4wLjE&type=video/mp4;%20codecs=%22avc1.42001E,%20mp4a.40.2%22&quality=medium" type='video/mp4' />
  21. <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
  22. </video>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement