Skip to content

Instantly share code, notes, and snippets.

@grappler
Last active December 11, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grappler/4642993 to your computer and use it in GitHub Desktop.
Save grappler/4642993 to your computer and use it in GitHub Desktop.
<!-- "Video For Everybody" http://camendesign.com/code/video_for_everybody -->
<video controls="controls" poster="http://testing.grappler.tk/files/2013/01/trailer_1080p.jpg" width="960" height="540">
<source src="http://testing.grappler.tk/files/2013/01/trailer_1080p.mp4" type="video/mp4" />
<source src="http://testing.grappler.tk/files/2013/01/trailer_1080p.webm" type="video/webm" />
<source src="http://testing.grappler.tk/files/2013/01/trailer_1080p.ogv" type="video/ogg" />
<object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.15.swf" width="960" height="540">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.15.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':['http%3A%2F%2Ftesting.grappler.tk%2Ffiles%2F2013%2F01%2Ftrailer_1080p.jpg',{'url':'http%3A%2F%2Ftesting.grappler.tk%2Ffiles%2F2013%2F01%2Ftrailer_1080p.mp4','autoPlay':false}]}" />
<img alt="Big Buck Bunny" src="http://testing.grappler.tk/files/2013/01/trailer_1080p.jpg" width="960" height="540" title="No video playback capabilities, please download the video below" />
</object>
</video>
<p>
<strong>Download video:</strong> <a href="http://testing.grappler.tk/files/2013/01/trailer_1080p.mp4">MP4 format</a> | <a href="http://testing.grappler.tk/files/2013/01/trailer_1080p.ogv">Ogg format</a> | <a href="http://testing.grappler.tk/files/2013/01/trailer_1080p.webm">WebM format</a>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment