how to use the 'video' element on safari.
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-03-07T03:07:43Z
Indexed on
2010/03/09
7:36 UTC
Read the original article
Hit count: 205
<video id="myVideo" src="2.mp4" controls="" tabindex="0">decoder not found</video>
this code show ' decoder not found' on safari (my os is windows xp)
why ?
thanks
and this html5 vedio can be show on firefox and chrome ,but not safari. http://shapeshed.com/examples/HTML5-video-element/
why ?
© Stack Overflow or respective owner