Selection.setFocus Doesn't Work In Browser!

Ok, very frustrating.

Selection.setFocus(“myText”);

Sets the focus to my text field with instance name myText perfectly in the Flash test window.

BUT… when viewed in a browser – NO GOOD!

Doesn’t set the focus to my text field. No blinking cursor. The user has to click in the text field box, which disrupts other code in my file.

Anyone know the fix?

Thanks!