Overview | Methods | This Package | All Packages
Sets the file name of the animation to be played.
Syntax
public final void setFileName( String value )
Parameters
value
The file name of the animation to be played. Set to null to clear the control.
Remarks
To get the value of the fileName property, use the getFileName method. For a code example using this method, see the Animation control topic.
See Also getFileName