play flash

  • Thread starter Thread starter cfyam
  • Start date Start date
I did something similar some time ago in C++.
Just add a reference to the Flash Player ActiveX control.
You'll just have to host it in your form (see MSDN docs for further
details).
The control you get now has something like a function, where you can specify
the SWF-file and start it.

Max
 
You can use the AXWebBrowser which is in the ShDocVw.DLL. Use the Navigate
method to select the SWF's URL or file location and it'll play.

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top