support
Visitor
|
Re:Why does SWMenu go under flash? - 2006/01/28 14:24
Basically if you have SWmenuFree or Pro it uses a DHTML menu systems that will not overlay flash. Most of these are like this. This can be counteracted in IE by adding the wmode parammeter where you call your flash movie.
If you have access to the flash, set the wmode parameter (where you call your flash) and this will allow the menu to go over the top in IE only. i.e.
<param name="wmode" value="transparent" />
The only other way (Per SWonline.biz) is a very messy hack that puts the menu on an ILayer. However, there has not been much success implementing this to work in all browsers.
|