Skip to content

Instantly share code, notes, and snippets.

@mr-stezz
Created September 19, 2012 15:50
Show Gist options
  • Save mr-stezz/3750421 to your computer and use it in GitHub Desktop.
Save mr-stezz/3750421 to your computer and use it in GitHub Desktop.
Untitled
<video poster="{Static}/img/ui/video-poster.jpg" controls="controls">
<!-- MP4 must be first for iPad! -->
<source src="http://f3.caranddriving.com/videos/2000/new_audia3_191208.mp4" type="video/mp4" /><!-- webkit -->
<!-- fallback to Flash: -->
<object type="" id="" name="" data="" width="746" height="280">
<!-- Firefox uses the `data` attribute above, IE/Safari uses the param below -->
<param name="sllowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="bgcolor" value="#000">
<param name="flashvars" value='<%= PageData.PassedVirtualPath + "/playlist.xml" %>'>
<!-- fallback image. note the title field below, put the title of the video there -->
<img src='<asp:literal id="imgVideo" runat="server" />' width="640" height="360" alt="__TITLE__" title='<asp:Literal ID="txtVideoName" runat="server"></asp:Literal>' />
<div id="VideoReviewWrap" runat="server" class="VideoReviewWrap">
<div id="VideoReview">
<p>You need the Adobe Shockwave Flash player to see this video review.<br>
You can download it for free at <a href="http://get.adobe.com/shockwave/">http://get.adobe.com/shockwave/</a>.</p>
</div>
</div>
</object>
</video>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment