playBackMode
 
Syntax SetIconProperty(@"IconTitle", #playBackMode, mode)

SetIconProperty(@"IconTitle", #playBackMode, mode)
 

Type Icon property, sprite property
 
Description  This property controls the tempo of a Flash movie. The playBackMode property can have these values:

#normal Authorware plays the Flash movie at its original tempo.
#lockStep The Flash movie plays at the rate set by Authorware's GlobalTempo variable.
#fixed The Flash movie plays at the rate specified by the fixedRate property.

You can get and set the playBackMode property. The default setting is #normal.
 

Example  These statements set the frame rate of a Flash movie to 15.

SetIconProperty(@"Flash Icon", #playBackMode, #fixed)
SetIconProperty(@"Flash Icon", #fixedRate, 15)
Related Functions fixedRate property

To Table of Contents Back to Previous document Forward to next document