Tip #6 | Using Selection.setFocus();
The tricky part in programming the Reading Order in Flash, is that the screen reader focus does not always re-start from the beginning of the Flash file when Flash content changes. Unfortunately, there is no way for Flash to programmatically shift the screen reader focus yet. (I am sure this will be added soon).
But there is a way to influence the focus of the Tab Order, by using Selection.setFocus(instance name); You can use this code to re-set the Tab Order focus from screen to screen. This would be useful in a quiz, for example, where you want the user to start tabbing on each new answer on each new question.
To read all the tips, select ‘Flash Accessibility Tips’ on the side bar.
