ActionScript compiler

Are there any compilers for ActionScript 3 on systems like * nix or the corresponding toolkit for working with Flash?

+4
source share
2 answers

Haxe does not compile AS3, but it is cross-compiled for Flash-compatible SWF / SWC (among many other things).

+3
source

The Flex SDK compiler - mxmlc - will also compile simple ActionScript code.

+8
source

All Articles