Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash fix for active x

Status
Not open for further replies.

janet24

Technical User
Joined
Jul 22, 2003
Messages
161
Location
US
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:D27CDB6E-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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top