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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -