Home › Forums › CSS › Navi is going behind flash › Re: Navi is going behind flash
Thank you for the quick response. I entered the code but it is still going behind the flash. I don’t understand why. The following is my updated code:
<code>
<script type="text/javascript">
AC_FL_RunContent( ‘codebase’,’http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0′,’width’,’635′,’height’,’353′,’src’,’flash/slide’,’quality’,’high’,’pluginspage’,’http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,’movie’,’flash/slide’ ); //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="635" height="353">
<param name="movie" value="flash/slide.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="flash/slide.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="635" height="353" wmode="transparent"></embed>
</object></noscript>
</code>
The site is not live yet. So really don’t have a url to give you even though I know showing you would be the best thing I can do.