BOOL mmpFreeFile(idMovie, wOptions)
This function frees memory associated with a movie file previously loaded by mmpLoadFile.
MMPID idMovie
Identifies the movie ID of the Movie Player instance.
WORD wOptions
Can contain the following flag:
MMP_ERASE_FRAME
Clear the stage window.
Returns TRUE if successful, otherwise returns FALSE.
If the movie is currently running, the animation is stopped and the file is unloaded.
mmpLoadFile, mmpFileLoaded