Created
July 27, 2012 12:08
-
-
Save SkyronDevelopers/3187612 to your computer and use it in GitHub Desktop.
html: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
<div class="video"> | |
<video autoplay controls id="video_intro" poster="/img/loading-vid.png" width="640" height="360"> | |
<source src="/video/intro.mp4" type="video/mp4" /> | |
<source src="/video/intro.webm" type="video/webm" /> | |
<object class="vid-object" type="application/x-shockwave-flash" data="/video/player.swf" width="640" height="360"> | |
<param name="allowfullscreen" value="true"> | |
<param name="allowscriptaccess" value="always"> | |
<param name="flashvars" value="file=/video/intro.mp4&autostart=true"> | |
<param name="wmode" value="opaque"> | |
<!--[if IE]><param name="movie" value="/video/player.swf"><![endif]--> | |
<img src="/img/logo.jpg" alt="LyondellBasell"> | |
<p>Your browser can’t play HTML5 video. <a href="/video/intro.webm"> | |
Download it</a> instead.</p> | |
</object> | |
</video> | |
</div><!-- /.video --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment