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