Is there a Java compiler for Flash?

GWT is pretty cool: write in Java, we are creating an Ajax application.

Is there something similar for flash? Code in Java, will we convert it to ActionScript?

Thanks!

+4
source share
2 answers

I don’t use it myself, but found them from osflash.org

It seems like something like that. http://www.flagstonesoftware.com/transform/ . Then there is haxe that does not know Java, as far as I know, but maybe worth a look.

UPDATE: I just found out that ANTLR will also discuss ActionScript. You will need to define a formal grammar that translates other languages ​​into ActionScript ( http://www.antlr.org/wiki/display/ANTLR3/Antlr3ActionScriptTarget )

+1
source

I'm not sure yet, but Joa Ebert demonstrated the Java compiler for SWF, finally Flash on the beach. You can read about it in Compiling Java and C # in SWF .

Greetings

0
source

All Articles