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.