View Full Version : Dropdown HTML control under Flash
doggiepowers
08-20-2006, 08:35 PM
So I am using the Dropdown HTML control from DD and its a great script, but I realized that if I put a Flash Object where the menu would come down, the menu appears underneath it. Is there any modifications that I can do to the script to make it appear over the flash objects?
Thanks in Advance.
http://www.dynamicdrive.com/dynamicindex1/dropdowncontrol.htm
ddadmin
08-21-2006, 06:56 AM
Warning: Please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) for the proper posting format when asking a question.
jscheuer1
08-21-2006, 08:54 AM
Follow the detailed information at:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201
Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:
wmode="transparent"
doggiepowers
08-21-2006, 02:13 PM
link added
doggiepowers
08-21-2006, 02:19 PM
ok that does work the only thing is that it takes the background color of the flash object and makes it transparent, but all i did was make a div around it and gave it a bg color of black (the bgcolor of the flash object) thanks!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.