[fmx04] scrollbars for the html page

I have my swf set to 100% width and height and scroll=auto in my body tag of my html file. I set them to auto so that they dont show until they are needed. For some reason the scrollbars dont work when I resize the window to a smaller size.

here is the object code for the flash swf:

<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=“index2” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“index2.swf” />
<param name=“menu” value=“false” />
<param name=“quality” value=“high” />
<param name=“scale” value=“noscale” />
<param name=“bgcolor” value="#f4f5ef" />
<embed src=“index2.swf” menu=“false” quality=“high” scale=“noscale” bgcolor="#f4f5ef" width=“100%” height=“100%” name=“index2” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>

Im sure its a simple fix but Im running into problems.