=back
=head3 Methods
=over 4
=for html
=item Close()
Closes the Open()ed AVI file.
=for html
=for html
=item Open(FILE)
Opens the specified AVI file in the Animation control;
note that the AVI file must not contain sound data.
=for html
=for html
=item Play([FROM], [TO], [REPEAT])
Plays the animation (eventually from the FROM frame to the TO frame)
looping it REPEAT times.
Defaults are FROM 0 (the first frame) to -1 (the last frame)
and REPEAT -1 (loop forever)
=for html
=for html
=item Seek(FRAME)
Positions the AVI file to the specified FRAME.
=for html
=for html
=item Stop()
Stops the animation currently playing.
=for html
=back
=cut