Reputation: 1112
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
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