Hi Everyone,
Have been pulling my hair out on this one for too long and am hoping someone can help. Trying to use flash in my header and have tried diligently to follow the directions already on this forum as well as others. This is my site.
www.desertraindrumanddance.com
and this is the code that I am using. In the header.php file.
<!-- Begin code for flash insertion for flash before header -->
<script src="/wordpress/wp-content/themes/atahualpa332/images/AC_RunActiveContent.js" type="text/javascript"></script>
<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","heigh t","250","src","/wordpress/wp-content/themes/atahualpa332/images/CamelWalkwLogo2.swf","quality","high","pluginspage ","http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash","movi e","/wordpress/wp-content/themes/atahualpa332/images/CamelWalkwLogo2.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="900" height="250">
<param name="movie" value="/wordpress/wp-content/themes/atahualpa332/images/CamelWalkwLogo2.swf"/>
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<embed src="http://www.desertraindrumanddance.com/wordpress/wp-content/themes/atahualpa332/images/CamelWalkwLogo2.swf" quality="high" wmode="opaque" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="250"></embed>
</object></noscript>
<!-- / code for flash insertion -->
Can anyone tell me what I am doing wrong. I am a newbie and am begging for assistance.
Thanks!