You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

javascript conflict with DHTML menu and Flowplayer Created Oct 28, 2009

This thread is solved

Views: 379     Replies: 2     Last reply Nov 4, 2009  
You must login first before you can use this feature

jamieNYC

Posts: 2

Registered:
Oct 27, 2009

javascript conflict with DHTML menu and Flowplayer

Posted: Oct 28, 2009

Does anyone have any experience with Flowplayer's javascript conflicting with other javascripts like a dynamic drop-down menu on a basic html page...?

I think its a problem with Flowplayer's script because I have 2 other javascripts on other pages including DHTML menu and theres no conflict until I added a Flowplayer to the page.

thanks in advance for any suggestions.

reblut

Posts: 1

Registered:
Nov 4, 2009

» javascript conflict with DHTML menu and Flowplayer

Posted: Nov 4, 2009

Reply to: javascript conflict with DHTML menu and Flowplayer, from jamieNYC
I had the same problem. you need to put the flowplayer in transparent mode (wmode). here is the code
flowplayer("player", {
src:"flowplayer-3.1.5.swf",
wmode:'transparent'
});

(I tried to format the code so the tabulation is visible but couldn't find a way...)

Regards

jamieNYC

Posts: 2

Registered:
Oct 27, 2009

thanks

Posted: Nov 4, 2009

Reply to: » javascript conflict with DHTML menu and Flowplayer, from reblut
Thanks, already got that figured out with some other help since I posted last week, but its good to get a second [concurring] suggestion. - J