Controlling the Playback

The following functions allow you to control various aspects of the playback:

mmpGetCurFrame

Returns the current frame number in the movie.

mmpGetFrameHook

Returns a pointer to the most recently attached frame-callback function.

mmpGetMute

Determines whether the sound track of the movie is enabled or disabled.

mmpGetRepeat

Determines whether the movie will repeat.

mmpGoToFrame

Jumps to a specified frame number.

mmpIsLastFrame

Determines whether the movie is at the last frame.

mmpSetMute

Disables or enables the playback of audio cast members.

mmpSetFrameHook

Allows an application to be notified of frame advances and script-channel commands.

mmpSetRepeat

Specifies whether the movie should continuously repeat.