flash display problems in firefox

Discussion in 'HTML & Website Design' started by dabontv, Sep 11, 2006.

  1. #1
    Alright my site is hosted on dreamhost and the full screen function I have doesn't work in firefox. (The exact same code does work when tested on diffrent server) It works in IE, safari..., it's supposed to show width:100% and height:100% (full screen)

    example page

    I'm just wondering if it's just me? I've also contact dreamhost and at first I had a guy who saw the problem but didn't give me any help and the other guy said it looked fine.

    Any suggestions?
     
    dabontv, Sep 11, 2006 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    possibly because you're only using embed, and not object as well

    here's the full sample code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    width="100%" height="100%" id="cool" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="cool.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#999999" />
    <embed src="cool.swf" quality="high" bgcolor="#999999" width="100%" height="100%" name="cool" align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
    />
    </object>
     
    frankcow, Sep 12, 2006 IP
  3. dabontv

    dabontv Active Member

    Messages:
    277
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #3
    yup tried it already, I already got an email saying they can't fix it so... never mind.
     
    dabontv, Sep 12, 2006 IP