User Guide

Slide.previousSlide 1167
Usage
mySlide.parentSlide
Description
Property (read-only); a reference to the slide containing the current slide.
Slide.playHidden
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.playHidden
Description
Property; a Boolean value that specifies whether mySlide should continue to play when it is
hidden. When this property is
true, mySlide continues to play when hidden. When set to
false, mySlide is stopped upon being hidden; upon being revealed, play restarts at Frame 1
of
mySlide.
Slide.previousSlide
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.previousSlide
Description
Property (read-only); returns the slide you would reach if you called
mySlide.gotoPreviousSlide(), but does not actually navigate to that slide. For example,
you can use this property to display the name of the previous slide in a presentation and let
users select whether they want to navigate to that slide.