HTML5 NOT WORKING IN FIREFOX
I am new to the html5. When i am trying to implement a simple video tag I
got an error "No video with supported format and MIME type found". My code
is
<!DOCTYPE HTML>
<html>
<body>
<video width="320" height="240" controls="controls">
<!source src="movie.ogg" type="video/ogg" />
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4
codecs='avc1.42E01E,mp4a.40.2'" />
<!source src="movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>
</body>
</html>
please help me
i am using firefox version 21.0
No comments:
Post a Comment