|
-
May 6th, 1999, 06:59 PM
#1
Writing an video player using active movie
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?
-
May 6th, 1999, 08:21 PM
#2
Re: Writing an video player using active movie
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|