Archive for April 2011

Test html5 video tag embed

HTML5 Video Tag

<video id="video" width="320" height="240" preload controls>
<source src="https://diveintohtml5.org/i/pr6.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="https://diveintohtml5.org/i/pr6.ogv" type='video/ogg; codecs="theora, vorbis"' />
<source src="https://diveintohtml5.org/i/pr6.mp4" />
</video>

Test iframe youtube embed

Test