Use swf file in C# Window Form

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

Guest

Hi all,

i'm creating an application in C#, using Window Forms. I want to include
".swf" (Macromedia Flash) files, to be shown in the application. We want to
show differents flash animations depdnding on the data recieved from a file.
My question is how to add this swf files to the form, and what dll's i have
to include to my project. Also, if it's possible, i'll need info about how to
start the animation and how to indicate the path from it's taken.

Thanks a lot.

Regards, David.
 
Hi,

Macromedia Flash registers a Flash Player ActiveX control you can host in
your WinForms app and use to play Flash movies.
 
Back
Top