User Guide
Slide.currentSlide 1147
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;
Slide.currentSlide
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.currentSlide
Description
Property (read-only); returns the currently active slide. This is always a “leaf” slide—that is, a
slide that contains no child slides.