Syntax | SetIconProperty(@" IconTitle", #pathName, filepath) |
|||
Type | Icon property |
|||
Description | This property contains the location of an external Flash movie file. You can link to a Flash movie on a local drive, network drive, or URL.
You can get and set the |
|||
Example | This statement links the Flash sprite icon to a movie with the same name as the icon title.
SetIconProperty(@"Flash Icon", #pathName, FileLocation^IconTitle^".swf") |
|||
Related Functions | linked method
|