User Guide
1140 Slide class (Flash Professional only)
Property summary for the Slide class
The following table lists properties of the Slide class:
Property Description
Slide.autoKeyNav Determines whether the slide uses default keyboard
handling to navigate to the next/previous slide.
Slide.currentChildSlide Read-only; returns the immediate child of the specified slide
that contains the currently active slide.
Slide.currentFocusedSlide Read-only; returns the “leafmost” slide (the slide farthest
from the root of the slide tree) that contains the global
current focus.
Slide.currentSlide Read-only; returns the currently active slide.
Slide.defaultKeydownHandler Callback function that overrides the default keyboard
navigation (Left and Right Arrow keys).
Slide.firstSlide Read-only; returns the slide’s first child slide that has no
children.
Slide.indexInParentSlide Read-only; returns the slide’s index (zero-based) in its
parent’s list of subslides.
Slide.lastSlide Read-only; returns the slide’s last child slide that has no
children.
Slide.nextSlide Read-only; returns the slide you would reach if you called
mySlide.gotoNextSlide(), but does not actually navigate to
that slide.
Slide.numChildSlides Read-only; returns the number of child slides the slide
contains.
Slide.overlayChildren Determines whether the slide’s child slides are visible when
control flows from one child slide to the next.
Slide.parentIsSlide Read-only; returns a Boolean value indicating whether the
parent object of the slide is also a slide (
true) or not (false).
Slide.parentSlide Read-only; slide containing the current slide. May be null for
the root slide.
Slide.playHidden Determines whether the slide continues to play when hidden.
Slide.previousSlide Read-only; returns the slide you would reach if you called
mySlide.gotoPreviousSlide(), but does not actually navigate
to that slide.
Slide.rootSlide Read-only; returns the root of the slide tree that contains the
slide.