pathName
 
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 pathName property. This property is valid only when the linked property of the sprite icon is set to TRUE.
 

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

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