How to write Flash Action scripts on a Linux computer?

I want to know how to develop flash applications on Linux?

Is it possible, then what applications?

+6
linux flash
source share
1 answer

You have several options for compiling Flash applications:

  • Flex SDK , available for free from the Adobe website.
  • haXe , an ActionScript-like language that can compile SWF (as well as Javascript and PHP).
  • MTASC Compiler for ActionScript 2

For editors and IDEs you have several options:

The OSFlash project page contains a list of additional compilers, Eclipse plugins, and editors that you can test.

+5
source share

All Articles