<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />
<source src="movie.ogg" type="video/ogg" />
<source src="movie.webm" type="video/webm" />
<object data="movie.mp4" width="320" height="240">
<embed src="movie.swf" width="320" height="240" />
</object>
</video>
I am very new to video concept,I got this code from google.
But Video is not displaying .
I am using html5.
Please help me
Try this:
Note: You need to convert the movie.mp4 in movie.ogg with a tool not just to change extension.