PDA

View Full Version : components and wmode=transparent



paularmstrong
June 23rd, 2007, 02:54 PM
I'm having a weird issue... I've got a couple instances of the button component in a flash file... I absolutely have to have wmode=transparent set for this so that z-indexing will work properly in the CSS (trust me, it has to be this way)...

Anyway, when I have it set, the button components just show up as the text. The border, background, etc is gone and the font defaults to Times. This is definitely not the desired behavior.

What's going on with this? How can I fix it?

joshd
November 28th, 2007, 12:33 AM
This is probably a bit to late for you but I had the same problem. I found that adding a call to "drawNow()" on the component will force it to render. Works for me. Good luck.