user437631
user437631

Reputation: 1112

SWF wrapper in c#?

i have a SWF file with a simple function that returns a string. can i use it in c#? is there any .NET wrapper to flash files that allows "talking" to it?

Upvotes: 1

Views: 665

Answers (1)

Lars Blåsjö
Lars Blåsjö

Reputation: 6127

I don't know of any readymade wrappers, but it is pretty simple to set up communication between C# and Flash, here's a good blog post on how to do it:

http://blog.another-d-mention.ro/tag/external-interface/

Upvotes: 1

Related Questions