Reputation: 2481
Are there any good solutions out there for compiling C# code to an SWF or to actionscript?
Upvotes: 0
Views: 826
Reputation: 972
You may want to look at WebOrb from midnightCoders. After adding your lib to the bin directory you can then use the management console to browse to your library then select code generation that will generate limited actionScript code from a dll.
http://www.themidnightcoders.com/products/weborb-for-net/overview.html
This will only produce the actionScript you still would need to call the remote object to call the functions it will not compile the internals of the C# code into actionScript.
Upvotes: 0
Reputation: 3794
Joa ebert is investigating the subject: http://blog.joa-ebert.com/2009/09/28/compiling-java-and-c-to-swf/
Upvotes: 2
Reputation: 2181
Well, if you cannot find a good work-around you may consider using silverlight rather than Flash.
Upvotes: 1