Page is a not externally linkable
- WebmasterWorld
-- Web Video Creation and Optimization
---- html 5 videos


justa - 10:57 am on Jan 5, 2011 (gmt 0)


There's a few, but this will get you across all the browsers.

<video id="movie" width="320" height="240" preload controls>
<source src="pr6.mp4" />
<source src="pr6.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="pr6.ogv" type='video/ogg; codecs="theora, vorbis"' />
<object width="320" height="240" type="application/x-shockwave-flash" data="flowplayer-3.2.1.swf">
<param name="movie" value="flowplayer-3.2.1.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"clip": {"url": "http://wearehugh.com/dih5/good/bbb_480p.mp4", "autoPlay":false, "autoBuffering":true}}' />
<p>Download video as <a href="pr6.mp4">MP4</a>, <a href="pr6.webm">WebM</a>, or <a href="pr6.ogv">Ogg</a>.</p>
</object>
</video>


Thread source:: http://www.webmasterworld.com/video/4249304.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com