pausedAtStart
 
Syntax SetIconProperty(@"IconTitle", #pausedAtStart, boolean)
 
Type Icon property
 
Description  This property controls whether a Flash movie begins to play automatically when the sprite icon is displayed. The pausedAtStart property can have these values:

TRUE The movie doesn't play when the sprite icon is displayed.
FALSE The movie plays immediately when the sprite icon is displayed.

Use the play method to play a Flash movie that is paused.

You can get and set the pausedAtStart property. The default setting is FALSE.
 

Example  This statement sets a Flash sprite icon so that it's paused when it's first displayed.

SetIconProperty(@"Flash Icon", #pausedAtStart, True)
Related Functions play method

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