Click to See Complete Forum and Search --> : Writing an video player using active movie


May 6th, 1999, 06:59 PM
Can anybody refer me to an example using activemovie in C++?
I want to build a video player using active movie? is it possible? How can i do it?

Jaeyeon Lee
May 6th, 1999, 08:21 PM
0. Create dialog based application from AppWizard.
1. From Visual Studio, select the menu Project/Add To Project/Components and Controls.
2. From "Registered ActiveX Controls" folder, select "ActiveMovieControl Object".
3. Then Visual C++ will make a wrapper class for you and an ActiveMovie icon will appear
on your dialog box editing tool pallette.
4. Add active movie to your dialog box, and link it to the wrapper class at the "Member Variables" section
of Class Wizard.
5. Now you are ready. You can use the member functions of the wrapper class for doing something.