I'm a having an issue with my dhtml dropdown menus poping-up behind a flash object on a page.
Return to Recent Questions
Q:
I'm a having an issue with my dhtml dropdown menus poping-up behind a flash object on a page. The key
to this issue is that the menus work perfectly in our non-secure (HTTP) development
environment, but do not work correctly on our secure (HTTPS) beta environment. The
code on the 2 environments is exactly the same, and the beta environment does work when
viewed in HTTP. Both the flash object and the Deluxe-Menu are called using relative paths, not absolute paths.
Please let me know what additional information you need from me. I appreciate any help you can provide.
A:
Check that you're using latest version of engine files - v3.3.
You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="150"
width="732" name="if-header">
<param name="movie" value="images/flash/if-header.swf">
<param name="quality" value="best">
<param name="play" value="true">
<param name="wmode" value="opaque">
<embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732"
quality="best" wmode="opaque" play="true">
</object>
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Feb 02, 2007 - The background images for dhtml drop down menus are missing in the browser
- April 25, 2007 - I have some problems with installation of the flash dropdown menu
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- May 16, 2007 - How do I get the sub-menus to open in the 2nd frame in the dhtml menu frame?
- May 21, 2007 - How are the dhtml drop down menus affected if javascript is not enabled?
- June 12, 2007 - The dhtml menu sample still hides flash in Firefox. Please help!
- Aug 07, 2007 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 25, 2007 - I did not understand the difference between Deluxe Menu and Deluxe Tree dhtml menus
- Sep 28, 2007 - How does your multiple website license for dependant dropdown menus work?
|