Flash CS3 Components and WMode
I recently ran into an issue with the Flash CS3 ComboBox component – it doesn’t render when you set the wmode for the movie to transparent. I was at a loss for a solution until I saw Sex Panzer’s comment on this post.
Following his advice I added a stage.dispatchEvent(new Event(Event.RENDER)) line to my code, which basically kicks the code in the pants and gets it to render the component properly.
I tested a few other components and they all seem to be affected by the wmode bug, so hopefully the solution above works for all of them.







