PDA

View Full Version : HTML script doesn't work after AC_RunActiveContent addage


Tilpo
10-08-2008, 09:06 PM
Hey guys,

A site with just a swf object under a CSS style sheet didn't work on IE so I googled a bit, and it said that I should use the AC_RunActiveContent.js script, but when I added that nothing was actually displayed on neither IE nor Firefox. So could you guys please look at the problem part of the script and help me out a bit?

Here is the problem part of the script:
<body>
<body background="http://tilpo.com/files/textures/redGrid.bmp">
<div align="justify">
<div id="position">
<h1 align="center"><span class="style5">Dr Random</span><font color="#00ff00"><strong><font size="7"><span><br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','heigh t','400','title','header','src','tilpo.com/files/Docter%20Random','quality','high','vmode','transpa rent','pluginspage','https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','tilpo.com/files/Docter%20Random','wmode','transparent' );
</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="550" height="400" align="absmiddle" title="header">
<param name="movie" value="tilpo.com/files/Docter%20Random.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent"/>
<embed src="tilpo.com/files/Docter%20Random.swf" width="550" height="400" align="absmiddle" wmode="transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript>

</span></font></strong></font></h1>
</div>
</div>
</body>

Thank you very much,
Tilpo.

tertiary77u
10-26-2008, 06:51 AM
Your html looks fine. I think it may be you don't have your js file linked correctly. You should check on to make sure you're pointing directly to your AC_RunActiveContent.js file.