ActionScript 2.0 Components Language Reference |
|
|
|
| Slide class > Slide.currentFocusedSlide | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
mx.screens.Slide.currentFocusedSlide
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.
var focusedSlide = mx.screens.Slide.currentFocusedSlide;
|
|
|
|