Page 1 of 1

Menu overlay problem

PostPosted: Wed Apr 01, 2009 7:47 pm
by paul.mac
Hi,

I have a problem with a EB&MM menu appearing behind a Flowplayer (http://flowplayer.org/) flash movie player

see http://www.darkblues.co.uk/test/testing.php

I've tried changing the z-index in both the EB&MM generated js file and the style setting for the ul that contains the drop down to 9999 but to no avail.

Any suggestions? I have a similar query psoted in the Flowplayer forum but no luck so far)

Thanks

Paul

Re: Menu overlay problem

PostPosted: Sun Apr 05, 2009 7:51 pm
by Karlis
Does this happen with this particular player or with any flash media?

Re: Menu overlay problem

PostPosted: Sun Apr 05, 2009 8:40 pm
by Cary
Generally, the object tag is used for embedding flash in pages. The object will have some param tags as well as possibly an embed tag if necessary. To fix this menu overlap problem you would then add the following param tag to the object:

<param name="wmode" value="opaque">

You would also add the following attribute to the embed tag:

wmode="opaque"

That would fix the problem. However, this player uses a rather large and messy script to dynamically generate the object code within the browser, so the .js file itself needs to be modifed to create the needed tags and attributes.

If the developers can't update their code asap and you can't figure out how to modify it, I would suggest you go with a player that is embedded using more conventional methods.