Skip to content

Instantly share code, notes, and snippets.

@acdha
Last active August 29, 2015 14:26
Show Gist options
  • Save acdha/d63a99bb50c585bf0b78 to your computer and use it in GitHub Desktop.
Save acdha/d63a99bb50c585bf0b78 to your computer and use it in GitHub Desktop.
Simple demonstration of HTML5 video with Flash and warning message fallback
<video id="player" itemprop="video" controls preload="auto" poster="http://content.wdl.org/536/thumbnail/1438262714/616x510.jpg">
<source type="video/mp4" src="http://dl.wdl.org/536/service/536.mp4">
<object id="videoPlayer" type="application/x-shockwave-flash" data="/static/swf/video/videoPlayer.706e405e7ad9.swf" width="320" height="278">
<param name="movie" value="/static/swf/video/videoPlayer.706e405e7ad9.swf">
<param name="flashvars" value="thisVideo=http://dl.wdl.org/536/service/536.flv&amp;thisCC=&amp;thisBg=http://content.wdl.org/536/thumbnail/1438262714/308x255.jpg">
<param name="quality" value="best">
<p class="text-danger">This item is currently unavailable in a format which may be viewed on your device</p>
</object>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment