AnonymousInactive
video just doen\’t work. I uploaded my video\’s (via ftp) (webm, mp4, and ogv) I have set the proper MIME type in htaccess. I get nothing..
I have video source as :
[code]
<video controls=\”controls\” poster=\”campingPoster.jpg\” width=\”640\” height=\’478\’>
<source src=\”camping.webm\” type=\’video/webm; codecs=\”vp8, vorbis\”\’ />
<source src=\”MOV0D2.mp4\” type=\’video/mp4; codecs=\”avc1.42E01E, mp4a.40.2\”\’ />
<source src=\”camping.theora.ogv\” type=\’video/ogg; codecs=\”theora, vorbis\”\’ />
Video tag not supported. Download the video here.
</video>[/code]