View Single Post
  #2  
Old 10-03-2007, 08:15 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default Re: Flash display question

Found the answer to this question:

RE:
In order to prevent layer conflicts between flash and javascript flyout menus add the following line of code to the flash parameters:

<param name="wmode" value="opaque">

This forces flash to the back layer instead of the front layer and then the javascript menus won't be hidden behind the flash.
__________________
x-cart 4.0.16v
linux server
Reply With Quote