SWF wont play on Firefox but it will in IE

Discussion in 'All other topics' started by absolutx, Mar 15, 2007.

  1. absolutx

    absolutx Member

    Joined:
    Jun 6, 2005
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    11
    I´m creating a web page and I´m having some problems because I have an animation (SWF) embedded into the web page and it works fine on IE but when I try to use Firefox it won´t work. I have had friends use firefox to connect to my web page and it doesn´t work for them either so it´s not my plug-ins or anything. Any ideas?
     
  2. rcrockett

    rcrockett Regular member

    Joined:
    Sep 23, 2005
    Messages:
    355
    Likes Received:
    0
    Trophy Points:
    26
    <object type="application/x-shockwave-flash" data="test.swf" height="" width="">
    <param name="movie" value="test.swf">
    </object>

    That's all you need for Firefox, should work properly in IE too.
     

Share This Page