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