MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 715

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

Advertisement

Intro_bullet_1.lastSlide._name == Intro_bullet_1_2;
Results.lastSlide._name = Results_bullet_1;
Slide.nextSlide
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.nextSlide
Description
Property (read-only); returns the slide you would reach if you called
but does not actually navigate to that slide. For example, you can use this property to display the
name of the next slide in a presentation and let users select whether they want to navigate to
that slide.
Example
In this example, the label of a Button component named
next slide in the presentation. If there is no next slide—that is, if
then the button's label is updated to indicate that the user is at the end of this slide presentation.
if (mySlide.nextSlide != null) {
nextButton.label = "Next slide: " + mySlide.nextSlide._name + " > ";
} else {
mySlide.gotoNextSlide()
displays the name of the
nextButton
mySlide.nextSlide
Slide class (Flash Professional only)
,
is
null
715

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?

This manual is also suitable for:

Flash mx

Table of Contents