Inheritance diagram for Animate:


| Public Member Functions | |
| Open ([in] VARIANT newVal,[in, defaultvalue(FALSE)] VARIANT_BOOL StartPlay,[out, retval] VARIANT_BOOL *pResult) | |
| Use this method to open an avi. | |
| Play (void) | |
| Starts playing. | |
| Stop (void) | |
| Stops playing. | |
| Close (void) | |
| Closes avi. | |
| Seek ([in] LONG Position) | |
| Seeks to the specified position. | |
| Properties | |
| VARIANT_BOOL RW | AutoRepeat  [] | 
| Specifies that the playing will be restarted automaticly when the end of the avi is reached. | |
| VARIANT_BOOL RW | Transparent  [] | 
| Specifies that the control is transparent. | |
| VARIANT_BOOL RW | Center  [] | 
| Specified that the avi is centered in the control. | |
See also the method CreateAnimate of the Frame.
The Avi must be uncompressed.
| Close | ( | void | ) | 
Closes avi.
| Open | ( | [in] VARIANT | newVal, | |
| [in, defaultvalue(FALSE)] VARIANT_BOOL | StartPlay, | |||
| [out, retval] VARIANT_BOOL * | pResult | |||
| ) | 
Use this method to open an avi.
| newVal | This parameter can be one of the following values: | 
| StartPlay | Playing starts after opening. | 
| pResult | Returns true if the avi opened. | 
| Play | ( | void | ) | 
Starts playing.
| Seek | ( | [in] LONG | Position | ) | 
Seeks to the specified position.
| Position | Specified position. | 
| Stop | ( | void | ) | 
Stops playing.
| VARIANT_BOOL RW AutoRepeat | 
Specifies that the playing will be restarted automaticly when the end of the avi is reached.
| VARIANT_BOOL RW Center | 
Specified that the avi is centered in the control.
Default value: true.
| VARIANT_BOOL RW Transparent | 
Specifies that the control is transparent.
Default value: false.