Stops the play of an .avi file in the Animation control.
Syntax
object.Stop
The object placeholder represents an object expression that evaluates to an Animation control.
Remarks
The Stop method stops only an animation that was started with the Play method. Attempting to use the Stop method when the Autoplay property is set to True returns an error (35759).