tutorial on Html 5 video --- Check this out

DebtheHunk

New member
Jul 25, 2010
10
0
0
world
Hello every one,

I will show you how to use html 5 video. Loo at the source below

<video controls="controls" width="500">
<source src="video.ogg" type="video/ogg" /> <!--For firefox-->
<source src="video.mp4" type="video/mp4" /> <!--For chrome and safari-->
Your browser does not support the video tag.
</video>

This is really cool.

If you have any question you can post here.

Say thanks if you like this post:D.
 


Looks like html 5 should have some useful features, hopefully they finally push through support for rounded corners like safari, chrome and firefox.
 
a few months back, i was playing around with the new canvas element.

Labs - HTML 5 Video

I got frustrated midway and rage quit. It's a glitchy, messily coded movable video thingy i was trying to go for.