Description
Property (read-only); returns the first child slide of
Example
In the hierarchy of slides shown below, the following statements are both true:
Presentation.Intro.firstSlide == Intro_bullet_1_1;
Presentation.Intro_bullet_1.firstSlide == Intro_bullet_1-1;
Slide.getChildSlide()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.getChildSlide(childIndex)
Parameters
The zero-based index of the child slide to return.
childIndex
Returns
A slide object.
Description
Method; returns the child slide of
to iterate over a set of child slides whose indices are known.
mySlide
whose index is
mySlide
that has no child slides.
. You can use this method
childIndex
Slide class (Flash Professional only)
705
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?