SWF embedding

Hi All,
i'm having problem embedding a swf file on to the page. i've added the following code which works for dreamweaver



<script type="text/javascript">

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&#39;,&#39;width&#39;,&#39;624&#39;,&#39;height&#39;,&#39;342&#39;,&#39;title&#39;,&#39;bb&#39;,&#39;src&#39;,&#39;http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf&#39;,&#39;quality&#39;,&#39;high&#39;,&#39;pluginspage&#39;,&#39;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#39;,&#39;movie&#39;,&#39;http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf&#39; ); //end AC code

</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&quot; width="624" height="342" title="bb">

<param name="movie" value="http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf&quot; />

<param name="quality" value="high" />

<embed src="http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf&quot; quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&quot; type="application/x-shockwave-flash" width="624" height="342"></embed>

</object>

</noscript>



not sure if i should use this codes in the CMS . as you can see from the screen shot the flash kinda work but then it stop. also the flash file is hosted on a different server then the CMS



sorry got to mention that the image is loaded from XML file
swf.jpg (26.7 KB)

Check out this article about cross-domain flash usage: http://kb2.adobe.com/cps/142/tn_14213.html