I am unable to click on "Allow" button in my Adobe Flash Player Settings panel that pop's up because half of it is hidden behind divs making it "unclickable".

I tried setting negative z-indices on the divs that are overlaying it and I also tried giving a prositive z-index to the div holding the Flash Player Settings panel.

Any ideas?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You may need to set the wmode parameter for your flash player to opaque.

link|improve this answer
Tried that... doesn't seem to take effect. I tried stripping the rendered html and found that the panel becomes clickable if I extend the width of the div that is housing it... – Coderama Mar 22 '11 at 5:18
1  
there's a minimum size your flash needs to be to display the settings box properly. is your swf really small? – divillysausages Mar 22 '11 at 9:00
That was it! Thanks divilly! – Coderama Mar 30 '11 at 6:00
feedback

I think you should use swfObject2 for embedding. http://code.google.com/p/swfobject/

Cheers, Rob

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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