Hi,
i would insert flash with swfobject.js because i would flash with embed script. If possible replace the original flash code with
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent1">
</div>
<script type="text/javascript">
// <![CDATA[
var so1 = new SWFObject("<FLASH_MOVIE>", "<FLASH_MOVIE_NAME>", "<WIDTH>", "<HEIGTH>", "6", "#FFFFFF");
so1.write("flashcontent1");
// ]]>
</script>
thanks
Ignacio