Flash Plugin

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.video (More info?)

Where can I get information on the library and function parameters required,
when coding for Windows XP professional in C++, to play a movie inside a
window. I suspect this involves making a call to invoke a flash plugin at a
coordinate within the window while specifying a movie window size and a movie
file name.
 
Archived from groups: microsoft.public.windowsxp.video (More info?)

That depends upon the type of movie. I have programs that contain a dialog
that I put Windows Media Player, RealPlayer and Flash ActiveX controls on to
play those specific types. You just add those to your C++ project, insert
them on a dialog and point them to the movie. I also use the WMP control
for connecting to streaming video.

"Jeff Ambroziak" <JeffAmbroziak@discussions.microsoft.com> wrote in message
news:28DCC750-897E-4DFF-BBFF-6E0C90E0BD1A@microsoft.com...
> Where can I get information on the library and function parameters
required,
> when coding for Windows XP professional in C++, to play a movie inside a
> window. I suspect this involves making a call to invoke a flash plugin at
a
> coordinate within the window while specifying a movie window size and a
movie
> file name.
>
>