User Guide

Slide class (Flash Professional only) 705
Description
Property (read-only); returns the first child slide of mySlide that has no child slides.
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
childIndex
The zero-based index of the child slide to return.
Returns
A slide object.
Description
Method; returns the child slide of mySlide whose index is childIndex. You can use this method
to iterate over a set of child slides whose indices are known.