try this
Code:
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="852" width="800" data="http://www.yoururl.com/yourswf.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.yoururl.com/yourswf.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
</object>
I removed the styling being applied to it and added a a quality and background parameter. Test if it doesnt anything different.
Bookmarks