Kevin Laity
Kevin Laity

Reputation: 2481

Solutions for compiling C# to SWF/Actionscript

Are there any good solutions out there for compiling C# code to an SWF or to actionscript?

Upvotes: 0

Views: 826

Answers (4)

AndrewB
AndrewB

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

Cay
Cay

Reputation: 3794

Joa ebert is investigating the subject: http://blog.joa-ebert.com/2009/09/28/compiling-java-and-c-to-swf/

Upvotes: 2

Phil
Phil

Reputation: 2181

Well, if you cannot find a good work-around you may consider using silverlight rather than Flash.

Upvotes: 1

Toad
Toad

Reputation: 15925

no...however there is a c/c++ to flash bytecode compiler

Upvotes: 0

Related Questions