Hi, I'm new to Flash and working out some issues....I've read up as much as I can but can't seem to fix my transparency problem. I saved my publish settings to "transparent windowless" and added transparent tags for both Firefox and IE (according to everything that I've read online) in my html code. Here is the code below:
<div id="ad">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','heigh t','400','title','f.estimates1','src','images/free_estimates1','quality','high','pluginspage','h ttp://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','images/free_estimates1' ); //end AC code
</script><noscript><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400" title="f.estimates1">
<param name="movie" value="images/free_estimates.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="images/free_estimates1.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object></noscript>
</div>
I've tried everything I can think of...taking out the div tag...playing around with the quotation marks and forward slash at the end....I just can't figure out why my .swf file isn't transparent...it seems like it should be so simple...does anyone have any ideas?
Thanks,
Kris