static
 
Syntax SetIconProperty(@"IconTitle", #static, boolean)

SetIconProperty(@"IconTitle", #static, boolean)
 

Type Icon property, sprite property
 
Description  This property controls the playback performance of a Flash movie sprite depending on whether the movie contains animation. The static property can have these values:

TRUE The movie doesn't contain animation. Optimize playback by redrawing the sprite only when it moves or changes size.
FALSE The movie contains animation. Redraw the sprite for each frame.

You can get and set the value of the static property. The default setting is FALSE.

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