Tab order
You can create a tab order that determines the order in which objects receive
input focus when users press the Tab key. You can use ActionScript to do this, or if you have
Flash Professional 8, you can use the Accessibility panel to specify the tab order. Remember
that the tab index that you assign in the Accessibility panel does not necessarily control the
reading order. See
"Creating a tab order index for keyboard navigation in the Accessibility
panel (Flash Professional only)" on page
Reading order
You can also control the order in which a screen reader reads information
about the object (known as the reading order). To create a reading order, you must use
ActionScript to assign a tab index to every instance. You must create a tab index for every
accessible object, not just the focusable objects. For example, dynamic text must have tab
indexes, even though a user cannot tab to dynamic text. If you do not produce a tab index for
every accessible object in a given frame, Flash Player ignores all tab indexes for that frame
whenever a screen reader is present, and uses the default tab ordering instead. See
ActionScript to create a tab order for accessible objects" on page
Creating a tab order index for keyboard
navigation in the Accessibility panel
(Flash Professional only)
You can create a tab order index in the Accessibility panel for keyboard navigation. You can
create a custom tab order for the following objects:
Dynamic text
Input text
Buttons
Movie clips, including compiled movie clips
Components
Screens
You can also use ActionScript to create a keyboard navigation tab order index. See
"Using ActionScript to create a tab order for accessible objects" on page
Tab focus occurs in numerical order, starting from the lowest index number. Once tab focus
reaches the highest tab index, focus returns to the lowest index number.
526
Creating Accessible Content
526.
"Using
532.
532.
Need help?
Do you have a question about the FLASH 8-USING FLASH and is the answer not in the manual?