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?
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>