Animate Interface Reference

An Animate can show an avi video. More...

Inheritance diagram for Animate:

Inheritance graph
Collaboration diagram for Animate:

Collaboration graph
List of all members.

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.

Detailed Description

An Animate can show an avi video.

See also the method CreateAnimate of the Frame.

The Avi must be uncompressed.


Member Function Documentation

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.

Parameters:
newVal This parameter can be one of the following values:
Parameters:
StartPlay Playing starts after opening.
Return values:
pResult Returns true if the avi opened.

Play ( void   ) 

Starts playing.

Seek ( [in] LONG  Position  ) 

Seeks to the specified position.

Parameters:
Position Specified position.

Stop ( void   ) 

Stops playing.


Property Documentation

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.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:16 2015. (C) Veretennikov A. B. 2004-2015