MMPlay: Demonstrates Multimedia Movie Player (MMP)

Revised: March 11, 1993

MMPlay is an application that uses Windows(TM) with
Multimedia. It illustrates how to use the Multimedia Movie
Player (MMP). MMPlay calls the MMP.DLL from the Multimedia
Development Kit. You can use MMPlay to play any movie
file. MMPlay shows how to:

>  Load and play a movie.

>  Manage the stage window.

>  Use single-step animation.

>  Use a frame-callback function to monitor script-channel
  text to recognize break, goto, loop, and close commands.
  The frame-callback source code is in the FRAMEHK.C
  module.

The movie file included with this project, SAMPLE.MMM,
contains custom script commands that MMPlay recognizes.

MMPlay was built and tested under Microsoft Windows
version 3.1.

KEYWORDS: PR-CD2; CD3 (revised); OemToAnsi; RemoveProp;
GetProp; SetProp; AnsiLower; GetAsyncKeyState;
mmpGoToFrame; mmpAnimate; mmStopAnimating; SetMenuStates;
mmpOpen; showMMPError; mmpSetMute; mmpSetRepeat; mmSetDC;
mmpFrameCallback; mmUpdate; mmpClose; mmpFreeFile;
mmpGetCurFrame; mmpError; mmpGetMovieInfo;
mmpGetPaletteHandle; EmptyClipboard; SetClipboardData;
CloseClipboard; CreatePalette; GetPrivateProfileString
