The swf is an animated banner which is going to sit just above the main content of the page however I cannot get anything to show anything when I view the site. When I am putting Javascript code in to embed the swf the editor eats half of the code for example I put in
Code: Select all
<__script__ type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','200','title','swf test','src','swf/Untitled-1 test','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','swf/Untitled-1 test' ); //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="900" height="200" title="swf test">
<param name="movie" value="swf/Untitled-1 test.swf">
<param name="quality" value="high">
<embed src="swf/Untitled-1 test.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="200"></embed>
</object></noscript>
and the editor then leaves this after I click update
Code: Select all
<object width="900" height="200" data="http://www.domainname.com/images/flashfilename.swf" type="application/x-shockwave-flash">
</object>