Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:04

menu behind flash (flowplayer)... in certain browsers


Poster: wkilc
Dated: Saturday January 1 2011 - 23:01:40 GMT

Hi all,

Happy New Year.

Previously, I had a flash object placed using the "swfobject.js" script, which I think I found here at Milonic. It always behaved perfectly; the menu always in front of the flash movie:
http://www.rimea.org/test1.php

Now I'm using flowplayer, and I thought all was well, it works with my FireFox 3.6.13, and in IE 8. But then I wen to my gramp's house, he's got FireFox 3.5.13, and behold, the menu is behind the movie:
http://www.rimea.org/test2.php

I've found the menu is also behind the movie in Google Chrome.

Keep in mind the movie need to be playing... the original splash image is a JPEG and has no problems.

I've tried "fixMozillaZIndex=true;" and I'm running the latest menu (5.831).

I do have my flowplayer movies placed inside a div.

Any ideas?

Thanks.

~Wayne

Re: menu behind flash (flowplayer)... in certain browsers


Poster: wkilc
Dated: Sunday January 2 2011 - 0:39:32 GMT

I think I may have solved it myself. Set the wmode to "opaque" in flowplayer.

From:
Code:
flowplayer("player", "http://www.rimea.org/flowplayer/flowplayer.commercial-3.2.5.swf", {


to:
Code:
flowplayer("player", {src: "http://www.rimea.org/flowplayer/flowplayer.commercial-3.2.5.swf", wmode: 'opaque'}, {


Cheers,

~Wayne