Control the tab order and reading orderYou can create a tab order that determines the order in which objects receive focus when the users press the Tab key. You can also control the order in which a screen reader reads information about the object (known as the reading order). You can create both the tab and reading order using the tabIndex property in ActionScript (In ActionScript, the tabIndex property is synonymous with the reading order). If you have Flash Professional 8, you can use the Accessibility panel to specify the tab order, but the tab index that you assign does not necessarily control the reading order. To create a reading order, you must assign a tab index to every instance in ActionScript. If you have Flash Professional, creating a tab order is as easy as entering a number in the Tab Index text box. You can then view the tab order directly on the Stage. To create a tab order in this lesson, use one of the following procedures. To create a reading order along with a tab order, follow the procedure to control the tab order and reading order using ActionScript. If you have Flash Professional 8, you can follow this procedure to create a tab order using the Accessibility panel:
If you have Flash Professional 8, follow this procedure to view a tab order:
Note A tab order created with ActionScript, rather than the Accessibility panel, does not appear when Show Tab Order is enabled. Follow this procedure to control the tab order and reading order using ActionScript:
|
