On 10/11/13 11:58 AM, "mark goldin" <[email protected]> wrote:
>If I have a mix of static mxml screens and screens added at the run time >how exactly does Flash Player handle tabbing order? Flex apps install their own tabbing order that overrides the Flash Player's default order. THe Flex order is based on a tree walk of the display list and the lower the childIndex, to earlier it is in the tab order. -Alex
