Old 06-09-2009, 04:11 PM   #1 (permalink)
Junior Member
 
Join Date: Jun 2009
Posts: 7
Default JS Menu blocked by JS Flash

I know with normal "object" Flash content you can set it to transparent. I do not have that option (at least I don't think - I'm a n00b).

My drop down menu is javascript, and my Advanced XML BR 04 is placed in the page by javascript. See what I am talking about here: hello.

NOTE: In Safari/Firefox on the Mac this looks fine, it is in IE6 that I can't get it to work.

I have messed with z-index in CSS, but it doesn't work. Is there a place in the javascript code I can add the wmode transparency?

On the Adobe site it says to fix the problem do this:
Quote:
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode="transparent"
But I don't know where to add this...???

Last edited by trainwrecka; 06-09-2009 at 11:05 PM.
trainwrecka is offline   Reply With Quote
Old 06-10-2009, 02:10 PM   #2 (permalink)
Junior Member
 
Join Date: Jun 2009
Posts: 7
Default

Can I get some help?

I just need to know where to add the above info to fix the problem.
trainwrecka is offline   Reply With Quote
Old 06-10-2009, 06:16 PM   #3 (permalink)
Junior Member
 
Join Date: Jun 2009
Posts: 7
Default

AH-HA!!! In the HTML
"var so = new SWFObject("preview.swf"........)
add this code directly under it:
Quote:
so.addParam("wmode","transparent");
trainwrecka is offline   Reply With Quote
Old 06-13-2009, 11:43 AM   #4 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,262
Send a message via Skype™ to Razvan
Default

Hi, I'm glad you found it on your own. Easy and thanks for sharing.
__________________
- Custom work and support at: razvan@oxylus.ro
- Search before posting.
- POST A SAMPLE LINK of the problem.
- DO NOT post links to the source files!
- Forum comes first in solving your problems but if you need asap support post it on the forum and e-mail me with the link.
- Solutions within 48h, sometimes it could take longer.
- If your thread has not received an answer for a long time please renew it, with a new post, in friendly manner.
- BE POLITE !
Razvan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:08 AM.