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.
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.
Returns TRUE if successful. Returns FALSE if the animation is already running.
mmpAnimate, mmpStopAnimating, mmpAnimStopped, mmpAnimStatus