Slide.currentFocusedSlide

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

mx.screens.Slide.currentFocusedSlide

Description

Property (read-only); returns the "leafmost" slide (the slide farthest from the root of the slide tree) that contains the current global focus. The actual focus may be on the slide itself, or on a movie clip, text object, or component inside that slide; the method returns null if there is no current focus.

Example

var focusedSlide = mx.screens.Slide.currentFocusedSlide;