Question
Setting focus on component on startup
Hey, the first "page" of my flash movie is a login page, and
I want the movie to automatically put the input on the "username"
input box. I tried using "focusManager.setFocus(myInput)" and
"myInput.setFocus". Both of these allowed the user to input text to
the inputs, but you can't delete. Also, the blinking line does not
appear in the input box to indicate that it has focus. Is there
another way to do this?