Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Movie don’t autoplay in Firefox

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31755
    dornedain
    Member

    hello every1;

    I’ve just uploaded this site: http://www.burger101.com

    It’s as simple as a Quicktime movie autoplaying for now, but Firefox doensn’t load the video, I suspect is my QT version in the office computer, I’m gonna load it from home in my PC.

    The code I used is:

    
    WIDTH="640" HEIGHT="480" >





    PLUGINSPAGE="http://www.apple.com/quicktime/download"

    QTSRC="b101.mp4" WIDTH="640" HEIGHT="480"

    AUTOPLAY="true" >





    Any ideas why the fox can’t play it beside the QT version in my computer?

    Thanks

    #58567
    TT_Mark
    Member

    Possibly something to do with the MimeTypes on the Server. Some browsers don’t understand certain types of files without you telling them what they are.

    You may need to edit your .htaccess file and add the following

    AddType video/mp4 .mp4

    By the way, its 2011 and, no matter how valid it may be, uppercase tags and attributes are a little outdated :-)

    #58519
    TT_Mark
    Member

    Oops….am half asleep today… Thought it said HTML…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.