This is what I have at www motorvista es.
the file is in SHOP/flash/homepage/main.swf.
HTML Code:
<!--english--><!-- swfobject-static publishing -->
<script language="javascript" type="text/javascript"><!--switch swf location on protocol to avoid ie non-secure content errors-->
//<![CDATA[
var swf_location=(window.location.protocol == "https:")? "https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" :
"http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js";
document.writeln('<scr' + 'ipt language="javascript" src="'+swf_location+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]></script>
<script type='text/javascript'>
swfobject.registerObject("homepageflash", "8", "flash/swfobject/expressInstall.swf");
</script>
<div id="homepageflash_wrapper">
<object id="homepageflash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="690" height="405">
<param name="movie" value="flash/homepage/main.swf" />
<param name="FlashVars" value="XMLSource=flash/homepage/homepage_es.xml" />
<param name="wmode" value="transparent" />
<!--<param name="play" value="false" />--><!--if not specified, default is true-->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="flash/homepage/main.swf" width="690" height="405">
<param name="movie" value="flash/homepage/main.swf" />
<param name="FlashVars" value="XMLSource=flash/homepage/homepage_es.xml" />
<param name="wmode" value="transparent" />
<!--<param name="play" value="false" />--><!--if not specified, default is true-->
<!--<![endif]-->
<!--no flash content - single image linked to Flash Player download-->
<a href="http://www.adobe.com/go/getflashplayer" target="_blank">
<img src="includes/templates/MY_TEMPLATE/images/flash_background_en.gif" width="690" height="405" alt="Adobe Flash Player is not installed - get it here" title="Adobe Flash Player is not installed - get it here" /></a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div><!-- eof homepageflash_wrapper -->
<!-- End of define_main_page -->