mmpSetRepeat

Syntax

BOOL mmpSetRepeat(idMovie, bRepeat)

This function tells the Movie Player instance whether to continuously repeat the movie.

Parameters

MMPID idMovie

Identifies the movie ID of the Movie Player instance.

WORD bRepeat

Indicates whether to automatically repeat the movie after the last frame. Set this to TRUE to repeat the movie or FALSE to turn off the automatic repeat.

Return Value

Returns TRUE if successful, otherwise returns FALSE.

Comments

If the repeat flag is set to TRUE, the Movie Player automatically rewinds and continues play after the last frame is shown.

See Also

mmpGetRepeat