Package Win32::GUI::Animation
Constructor
Methods
Close()
Closes the Open()ed AVI file.
Open(FILE) Opens the specified AVI file in the Animation control; note that the AVI file must not contain sound data.
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)
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 51:
You can't have =items (as at line 55) unless the first thing after the =over is an =item
- Around line 74:
You can't have =items (as at line 78) unless the first thing after the =over is an =item