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