QUOTE(jimlongo @ Feb 7 2008, 07:08 PM)

I don't see any autoplay="false" anywhere.
Try putting it in that embed tag and see if that works for you.
BTW using only an embed tag could be problematic for some browsers.
You should use the folowing code:
<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"
codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24\"
width=\"766\" height=\"340\">
<param name=\"movie\" value=\"namefile.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"menu\" value=\"false\" />
<!--[if !IE]> <-->
<object data=\"namefile.swf\"
width=\"766\" height=\"340\" type=\"application/x-shockwave-flash\">
<param name=\"quality\" value=\"high\" />
<param name=\"menu\" value=\"false\" />
<param name=\"pluginurl\" value=\"http://www.macromedia.com/go/getflashplayer\" />
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
This code works in all browsers and is validated html. Btw this is coded in php, just get rid of the echo's and \.
If it dont work just visit my website:
http://www.finishedwebsites.nl and look at the source.
Hope thats helps you.