iis 7 - html5 video dont working -


    <video height=600 width=800 controls > <source type="video/mp4" src="video1.mp4"/> <source type="video/ogg" src="video1.ogg"/> <source type="video/webm" src="video1.webm"/> </video> 

i've added mime type video/mp4 on iss. in chrome video working.but dosnt work in iexplorer10.can help?

most of video types not supported ie various versions. check here:

http://caniuse.com/#search=video


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -