Actionscript Reference
speedController._targetInstanceName
Availability
Flash Player 7
Usage
speedController._targetInstanceName
Description
Sets the instance name of the movieClip or level to be controlled by the speedController.
Example
sc._targetInstanceName = "_level1";
speedController.speed
Availability
Flash Player 7
Usage
speedController.speed
Description
The speed at which the movie should play.
Note: Values above 100 will be set at 100 and values below -100 will be set at -100.
Example
speedController.sliderVisibility
Availability
Flash Player 7
Usage
speedController.sliderVisibility
Description
Sets whether the slider should be visible on the stage or not.
Example
sc.sliderVisibility = false;
speedController.autoLoopForward
Availability
Flash Player 7
Usage
speedController.autoLoopForward
Description
Set's whether to loop the movie when playing forward or not.
Example
sc.autoLoopForward = true;
speedController.autoLoopReverse
Availability
Flash Player 7
Usage
sc.autoLoopReverse
Description
Set's whether to loop the movie when playing in reverse or not.
Example
sc.autoLoopReverse = true;