I have a Flex app with has some HTML elements that need appear over it. To do this we set the the wmode to opaque (or transparent). However in Internet Explorer on Windows we often see graphic glitches when tabbing through mx:TextField inputs. The glitch is a rectangle spans almost the width of the app and is as tall as the TextField. The rectangle 'erases' the Flash content and displays the background of the site through it.
Scrolling the page a little bit, clicking off the browser, or even right-clicking on the Flash content makes the glitches go away (I assume when Flash redraws).
Setting the wmode to 'window' or 'direct' fixes the issue but then of course HTML elements can no longer appear on top of the Flex app.
We're using SWFObject to embed the player.
Has anyone run into a similar problem? Thanks!