displaying video

Viewing 1 post (of 1 total)
  • #3254
    Anonymous
    Inactive

    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]

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.