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
.
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
