Created
September 19, 2012 15:50
-
-
Save mr-stezz/3750421 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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