CLASS jsAnimate of PaintBox

A subclass of the stock PaintBox class which can be used in a Form, SubForm, Container, or NoteBook to play animated videos in dBL applications. Some highlights are:

- Supports single-stream video-only animations.
- Supports continuous play of a full animation, or playing selected frames continuously or for n repetitions. - The animations can be contained in individual AVI files, or as resources in dynamic link libraries (DLLs).
- Supports the use of source aliasing in the design environment and dynamic external objects (DEO) in the runtime environment for referencing the AVI files.
- Extracts statistical information (number of frames, frame display rate, size, colors, etc) from single-stream video-only AVI files.

Syntax
[<oRef> =] new jsAnimate(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsAnimate object.
<oParent>
Object reference to the parent container object. This can be a Form, SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsAnimate object. If cName is not specified, a default name will be assigned.

Class Members
The jsAnimate class is subclassed from the stock dBL PaintBox class. Consult the existing documentation for the PaintBox class for a description of the standard PaintBox class members (properties, events, and methods).

Click the links in the left frame to view the Property Members and Method Members which are unique to the jsAnimate class.