Vercetti
04-30-2011, 07:33 PM
Okay, so I made a very simple flash banner for my wife's website(she likes it, that's all that matters) but I am having problems with the code in Dreamweaver.
On the main page (www.risingstarsds.com/risingstars.html) it is working just fine. However, on every single other page on the site it will not play the banner. I have copied the same exact code from my homepage on to the rest of the pages and even tried re-adding the banner on some of the pages but nothing is working for me.
Can I not use the same code from the home page for all the others? What am I doing wrong?
Here is the code I am using for the banner in 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','600','height','200','title','Banner','src','images/Banner','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','images/Banner' ); //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="600" height="200" title="Banner">
<param name="movie" value="images/Banner.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/Banner.swf" width="600" height="200" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
On the main page (www.risingstarsds.com/risingstars.html) it is working just fine. However, on every single other page on the site it will not play the banner. I have copied the same exact code from my homepage on to the rest of the pages and even tried re-adding the banner on some of the pages but nothing is working for me.
Can I not use the same code from the home page for all the others? What am I doing wrong?
Here is the code I am using for the banner in 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','600','height','200','title','Banner','src','images/Banner','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','images/Banner' ); //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="600" height="200" title="Banner">
<param name="movie" value="images/Banner.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/Banner.swf" width="600" height="200" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>