How to playback a flash video file like .swf ?

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I need to playback a flash file without a window fame.
How do I do this in C# / or C++?

Is there a lightweight executable available that it simply playbacks video
full screen without frame?

thank you.

steve
 
I need to playback a flash file without a window fame.
How do I do this in C# / or C++?

You create a full-screen window, which hosts the Flash ActiveX.

How to create such a window is another question, but that should be
relatively easy to find an answer to on Google.
 
Back
Top