| Syntax | 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:
You can get and set the |
||||||
| 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
|