via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I've looked thtough the forums and seen a couple of references to this and setting wmode: "transparent"
I've done this and set my z-indexes but my menus still appear behind the flash object.
Any ideas???
The site I am working on is http://www.robkphotography.co.uk
Thanks
Robert
Someone else seemed to get it working with this instead.
var params = {wmode: "transparent"};
ref.
http://www.monoslideshow.com/forum/discussion/1992/monoslideshow-blocks-the-menu/
Ahhhh, I'd been putting it in the flashvars variable!!
Thanks, works a treat now!
where do you have to put it then, if not into the flashvars?
this is my javascript ....
var flashvars = {showLogo: "false", showRegistration: "false"};
var params = {wmode: "transparent", allowScriptAccess: "sameDomain", allowfullscreen: "false", allowNetworking: "all"};
var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "000000"};
swfobject.embedSWF("monoslideshow.swf", "flashContent", "333", "500", "9", false, flashvars, params, attributes);
thanks alot!
1 to 6 of 6