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','width','624','height','342','title','bb','src','http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf' ); //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" width="624" height="342" title="bb">
<param name="movie" value="http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf" />
<param name="quality" value="high" />
<embed src="http://futurestudents-test.acs.unimelb.edu.au/assets/billboard/billboard.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" 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