100% flash movie in Firefox 1.0

Hello all,

Here is my issue. I am trying to play a flash movie at 100% width and height. It works fine in every browser except firefox. I have looked on various boards and others have posted a ‘solution’ that they say worked; placing height=100%; in the body style. Many have said this worked. I however am not getting those results.

Here is my HTML placing the flash file:
<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=“myconfetti”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“myconfetti.swf” />
<param name=“quality” value=“high” />
<param name=“wmode” value=“transparent” />
<param name=“bgcolor” value="#000000" /><param name=“SCALE” value=“noborder” />
<embed src=“myconfetti.swf” width=“100%” height=“100%” quality=“high” wmode=“transparent” bgcolor="#000000" name=“myconfetti” scale=“noborder” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>

If I set the scale to ‘no border’ or ‘exact fit’ the flash movie will stretch to 100% widht, but the height remains the same.

Another suggestion was to change the doctype to make ff run in quirks mode, but that doesn’t seem to work either.

Thanks for any help…