View Single Post
  #3 (permalink)  
Old 02-23-2005, 06:11 PM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Sample code snippet

Just to clarify what I meant by using the wmode attribute. Your Flash code would approximate to the sample code snippet below:
Code:
<object ...>
<param name="wmode" value="opaque">
<embed wmode="opaque" ...>
</embed>
</object>
This would allow div elements / dhtml layers to overlap the Flash content.

Paul
Reply With Quote