Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FocusManager - Adobe ActionScript® 3 (AS3 Flash) API Reference

Explorer ,
Dec 29, 2012 Dec 29, 2012

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
477
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 29, 2012 Dec 29, 2012
LATEST

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;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines