pawel
pawel

Reputation: 6136

How to display .swf flash files in C# Windows Forms desktop application?

My app is about categorizing and describing .swf files stored on my disc, so my main functionality should be to preview the files. How can I play flash files in my Windows Forms desktop app? I'm using visual studio 2010 premium.

Upvotes: 0

Views: 5297

Answers (1)

Justin Pihony
Justin Pihony

Reputation: 67075

I will see if I can find the full documentation and examples, but there are COM wrappers named axshockwaveflash

Here is a general link that might help guide you: http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/5815e676-50b0-47f4-964a-c1bcebfdb9a4/

Here is another: http://www.programmingforums.org/post164816.html

Upvotes: 2

Related Questions