MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 718

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

If
is the root slide in a presentation, this property returns
mySlide
presentation slide's parent is the main Timeline (_level0), not a slide. This property also returns
if a form is the parent of
false
Example
The following code determines whether the parent object of the slide
mySlide.parentIsSlide
Output panel. If the parent object is not a slide, Flash assumes that
slide in the presentation and therefore has no sibling slides.
if (mySlide.parentIsSlide) {
trace("I have " + mySlide._parent.numChildSlides+" sibling slides");
} else {
trace("I am the root slide and have no siblings");
}
See also
Slide.numChildSlides
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
hidden. When this property is
,
false
mySlide
of
.
mySlide
Slide.previousSlide
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.previousSlide
718
Chapter 6: Components Dictionary
mySlide
is
, the number of
true
,
true
mySlide
is stopped upon being hidden; upon being revealed, play restarts at Frame 1
.
's sibling slides is displayed in the
mySlide
should continue to play when it is
mySlide
continues to play when hidden. When set to
, because the
false
is itself a slide. If
mySlide
is the root (master)
mySlide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents