css - HTML5 video not working in safari 5 -


i'm using video in page , i'm having problem of not playing video in safari 5. have seen many answer not working in case. below code-

    <video autoplay muted width="320" height="240">         <source src="video/video.mp4" type="video/mov">         <source  src="video/video.ogv" type="video/ogv">         <source  src="video/video.webm" type="video/webm">         browser not support video tag.     </video> 

this code works fine in mozilla , chrome not in safari.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -