0
FocusManager - Adobe ActionScript® 3 (AS3 Flash) API Reference
Explorer
,
/t5/animate-discussions/focusmanager-adobe-actionscript-3-as3-flash-api-reference/td-p/4702979
Dec 29, 2012
Dec 29, 2012
Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/managers/FocusManager.html
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
LATEST
/t5/animate-discussions/focusmanager-adobe-actionscript-3-as3-flash-api-reference/m-p/4702980#M127804
Dec 29, 2012
Dec 29, 2012
Copy link to clipboard
Copied
In case you were befuddled... if you want to do a tab loop in a certain clip, for instance, myPopUp, then you just use
fm = new FocusManager(myPopUp);
Use the tabIndex property to dictate the order if it is not in the order that you want.
myText.tabIndex = 1;
myText2.tabIndex = 2;
myButton.tabIndex = 3;
myCancel.tabIndex = 4;
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

