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

Recommended Answers

All 2 Replies

Member Avatar for GreenDay2001

Well, don't keep height and width attribute empty. It will surely result into undefined behavior.

I figured it out. Thanks anyways. Regards, X

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.