% width of .swf not working in table of 100%

[left]When I create an .swf at 60% width it expands fine to the width of the viewport/browser that I wanted. But when I add a table container of 100% width it doesn’t show up at all, it turns invisible…??? Something very novice that I can’t see to grasp. I’ve tried noscale and fscommand…but to no avail. Here’s my code:[/left]

 <table width="100%" border="1"><tr><td>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="60%" height="100%" id="scroll_news4" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="scroll_news4.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#efefef" />
<embed src="scroll_news4.swf" quality="high" bgcolor="#efefef" width="60%" height="100%" name="scroll_news4" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td></tr></table>