mmpStartAnimating

Syntax

BOOL mmpStartAnimating(idMovie, wOptions)

This function notifies the Movie Player instance that animation is to begin. Actual frame advance is handled by the mmpAnimate function.

Parameters

MMPID idMovie

Identifies the movie ID of the Movie Player instance.

WORD wOptions

Specifies the following flags:

MMP_DRAW_FRAME

Draw the current frame to the stage window.

Return Value

Returns TRUE if successful. Returns FALSE if the animation is already running.

See Also

mmpAnimate, mmpStopAnimating, mmpAnimStopped, mmpAnimStatus