Use swf file in C# Window Form

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.
 
D

Dmytro Lapshyn [MVP]

Hi,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top