I have followed the instructions on the page you directed me to and am still
having them popping up behind the Flash. My code is below. Interestingly
enough, when I add the wmode="opaque" to the embed source, Dreamweaver no
longer color codes that code (this seems to happen when you have incorrect
code. Any suggestions would be greatly appreciated.
Thanks,
Andy
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=6,0,0,0','wmode','opaque','width','461','h eight','20','align','left','sr
c','ticker2','menu','false','quality','high','wmod e','opaque','scale','noscale',
'pluginspace','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Ve
rsion=ShockwaveFlash','movie','ticker2' ); //end AC code
</script><noscript><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0"
width="461" height="20" align="left">
<param name="movie" value="ticker2.swf">
<param name="menu" value="false">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="scale" value="noscale">
<param name="wmode" value="opaque">
<embed src="ticker2.swf" wmode="opaque" width=461 height=20 align="left"
menu="false" quality="high" wmode="opaque"
scale="noscale" type="application/x-shockwave-flash"
pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash"></embed>
</object></noscript>