ok... I tried what you said and the focus is working but it still will not tab unless I click in the text field first. The cursor is blinking in the first field (oneT) upon entry and will allow me to enter text in that first field but when I hit TAB nothing happens. If I click in any of the text...
I have been trying to set the initial focus and tab order on my Flash MX movie and it does not seem to work. Here is the code:
Selection.setFocus(text_one);
text_one.tabIndex = 0;
text_two.tabIndex = 1;
text_three.tabIndex = 2;
text_one, text_two, and text_three are my instance names for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.