I am experiencing the following problem...
I have this simple Flash website at:
http://ballooncreator.com/pc/samples...one/home2.html
It is a 1020w X 1000h stage and it loads a background picture with 1600w x 1254h. I have set the width parameter on the HTML tag to 100% and added a couple parameters into the body tag to remove scrollbars:
Ok, it kind of worked. In IE it works perfectly, but at FF it cuts the right side of the image a bit and I have no idea what trick to use to resolve this problem.Code:<body bgcolor="#333333" topmargin="0" leftmargin="0" scroll="no" style="overflow: hidden"><center> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="1000" id="home2" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="home2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#333333" /><embed src="home2.swf" quality="high" bgcolor="#333333" width="100%" height="1000" name="home2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </body>
Any clues?




Reply With Quote