Now that setFocus() is gone, how do you tell the player to set focus to a specific input text field. I've searched thru the reference docs and haven't had any luck.
Could this possibly be the same as in previous versions of Flash?
If your Flash Movie already has focus when you assign focus to a particularTextField then you will see the flashing caret, but if you set focus on a TextField during the initial setup (ie before the user has interacted with your Flash Movie in any way), your TextField will have focus, but the caret will not appear.
I seem to remember reading that this is a limitation they can't get around.