View Single Post
  #2  
Old 03-05-2005, 11:19 AM
 
TTP TTP is offline
 

Newbie
  
Join Date: Apr 2004
Posts: 7
 

Default

This "may" work/help:

For an <object> tag:
Code:
<param name="wmode" value="transparent">

For an <embed> tag
Code:
wmode="transparent"


Put that in your flash movie calls.
Reply With Quote