Retrieves a boolean value indicating whether the Animation control will start to play an animation file as soon as the animation file is loaded.
public final boolean getAutoPlay()
Returns true if the control automatically starts playing an animation file as soon as the file is opened; otherwise, returns false. If getAutoPlay returns false, the Animation control does not start playing the animation file until the start method is called.
To set the value of the autoPlay property, use the setAutoPlay method.
See Also setAutoPlay