vote up 0 vote down star

Here's my code:

I've got a flash slideshow on my page. I've used thickbox for login but when someone clicks on the login, the flash overlays thickbox.

I've managed to solve the problem on Firefox, but nothing seems to work on Internet Explorer.

flag

3 Answers

vote up 1 vote down

You need to use one of the following attributes in order to get Flash to sit "within" the DOM rather than over it.

wmode=transparent -or- wmode=opaque

Comes with the disadvantage of breaking a number of features.

link|flag
Unfortunately, I've tried it and it doesn't seem to be working. :( Thanks for your reply though. – cssnoob Apr 25 at 15:55
vote up 0 vote down

spender is correct, but he didn't explain it much. wmode is an attribute that gets set in the html when you embed the swf, and it needs to be set to transparent. So if you were using AC_RunActiveContent you'd add "wmode", "transparent" as arguments to the embedding function, or in swfoject you'd add so.addVariable("wmode", "transparent");

link|flag
vote up 0 vote down

LightBox for Videos - CeeBox: jQuery Plugin for Displaying Flash Videos with an Overlay describes a jquery plugin for overlay flash video display.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.