Animate_Open

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Resources > Avi >

Animate_Open

 

Description

 

Opens an AVI clip and displays its first frame in an animation control.

 

Syntax

 

Animate_Open(hWnd, fileName)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

A handle to the animation control in which to play the AVI clip.

fileName

String

No

Filename of silent AVI movie.

 

Remarks

 

Restrictions

 

You can only open silent AVI clips

 

See also

 

Examples

 

 

 

.