Syntax | SetIconProperty(@" IconTitle", #linked, boolean) |
||||
Type | Icon property |
||||
Description | This property controls whether a Flash movie is stored internal or external to the Authorware piece. When the Flash movie is stored externally, the sprite icon's pathName property must point to the location where the Flash movie file can be found. The linked property can have these values:
You can get and set the |
||||
Example | This statement sets the content of the Flash sprite icon as internal.
SetIconProperty(@"Flash Icon", #linked, False) |
||||
Related Functions | pathName property
|