Hopefully someone can help me with this problem. Im developming a full flash site that resizes with the browser window. It works fine in IE but when testing in Firefox and Netscape the flash appears really small in the top middle of the page. Is there any special coding that needs to be changed when dealing with a Mozilla browser?
Here is the code:
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“100%” height=“100%” id=“main” align=“top”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“main.swf” />
<param name=“menu” value=“true” />
<param name=“quality” value=“high” />
<embed src=“main.swf” menu=“false” quality=“best” width=“100%” height=“100%” name=“main” align=“top” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
Thanks for your help