javascript - How I can play only mp4 type video tag in HTML5 -
this question has answer here:
<video id="video1" controls="controls"> <source src="demo.mp4" type="video/mp4"> <source src="demo.ogg" type="video/ogg"> browser not support html5 video. </video>
i have used video tag of html 5 won't support mp4 file if run using following code
<video id="video1" controls="controls"> <source src="demo.mp4" type="video/mp4"> browser not support html5 video. </video>
is there solution playing mp4 video in video tag important me play mp4 video in video tag. please me.
you better below url.
http://en.wikipedia.org/wiki/html5_video
http://www.html5rocks.com/en/tutorials/video/basics/
also, can go flow player support current browser mp4 type
hope, these you...!!
Comments
Post a Comment