mmpStopAnimating

Syntax

BOOL mmpStopAnimating(idMovie, wOptions)

This function notifies the Movie Player that animation is to stop.

Parameters

MMPID idMovie

Identifies the movie ID of the Movie Player instance.

WORD wOptions

Specifies the following flags:

MMP_DRAW_FRAME

Draw the next frame in the stage window.

Return Value

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

See Also

mmpStartAnimating, mmpAnimStopped, mmpAnimStatus