I have made a website and works perfectly in IE but when I check it in firefox its totally wrong. In more detail:
<object height="100%" width="100%" name="SWF" id="SWF"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">
<param name="movie" value="test.swf />
<param name="quality" value="high" />
<embed src="test.swf" quality="high" width="" height="" name="home"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
The result being that in IE it expands full screen but in firefox it is small like 200x100.
So any ideas why? and solutions?
Thankyou, Regards X