Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <div class="video-js-box 0" id="videojs-31-field-upload-video">
  2. <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
  3. <video id="videojs-31-field-upload-video-video" class="video-js" width="544" height="304" controls="controls" preload="auto" poster="http://spud.localhost:8082/devtest/sites/spud.localhost/files/poster/Verse1and2.jpg">
  4. <source src="site.localhost/videos/video1.mp4" type="video/mp4; codecs='avc1.42E01E, mp4a.40.2'" />
  5. <source src="site.localhost/videos/video1.ogv" type="video/ogg; codec="theora, vorbis"" />
  6. <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
  7. <object class="vjs-flash-fallback" width="544" height="304" type="application/x-shockwave-flash"
  8. data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf">
  9. <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf" />
  10. <param name="allowfullscreen" value="true" />
  11. <param name="flashvars" value="config={'playlist': [ 'site.localhost/videos/video1.jpg', {'url': 'site.localhost/videos/video1.mp4', 'autoPlay':false, 'autoBuffering':true} ]}" />
  12. <embed id="flash-videojs-31-field-upload-video"
  13. name="flash-videojs-31-field-upload-video"
  14. src="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf"
  15. width="544"
  16. height="304"
  17. type="application/x-shockwave-flash"
  18. allowscriptaccess='always'
  19. allowfullscreen='true'
  20. flashvars="config={'playlist': [ 'site.localhost/videos/video1.jpg', {'url': 'site.localhost/videos/video1.mp4', 'autoPlay':false, 'autoBuffering':true} ]}"
  21. />
  22. <!-- Image Fallback. Typically the same as the poster image. -->
  23. <img src="hsite.localhost/videos/video1.jpg" width="544" height="304" alt="Poster Image"
  24. title="No video playback capabilities." />
  25. </object>
  26. </video>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement