Page is a not externally linkable
mdsww - 8:51 am on Oct 11, 2011 (gmt 0)
Here is the code I generally use to embed my swfs:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="669" height="293">
<param name="movie" value="flash/header.swf?button=0">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<!–[if !IE]> <–>
<object data="flash/header.swf?button=0"
width="669" height="293" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<!–> <![endif]–>
</object>
Not sure if that helps?