I'm trying to fix my flash files for the new active x problem with microsoft. I downloaded AC_RunActiveContent.js and the other code to use in my page. Everything works fine except....
The problem is the <param name="wmode" value="transparent" /> isn't working. Is that because code needs to be in the AC_RunActiveContent.js file???
AC_FL_RunContent( 'codebase',' ); //end AC code
</script>
<noscript>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="550" height="355">
<param name="movie" value="abcs_images/abcs_fl_01" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="abcs_images/abcs_fl_01.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="550" height="355"></embed>
</object>
</noscript>
thanks...I can display the AC_RunActiveContent.js if anybody can help me.
The problem is the <param name="wmode" value="transparent" /> isn't working. Is that because code needs to be in the AC_RunActiveContent.js file???
AC_FL_RunContent( 'codebase',' ); //end AC code
</script>
<noscript>
<object classid="clsid

<param name="movie" value="abcs_images/abcs_fl_01" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="abcs_images/abcs_fl_01.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="550" height="355"></embed>
</object>
</noscript>
thanks...I can display the AC_RunActiveContent.js if anybody can help me.