Flash Plugin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top