6

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

Is it possible, then which are the Applications?

coderex
  • 27,225
  • 45
  • 116
  • 170

1 Answers1

5

You have several options for compiling Flash applications:

  1. Flex SDK, available for free from Adobe's site.
  2. Haxe, an Actionscript-like language that can compile to SWF (as well as JavaScript and PHP).
  3. MTASC, a compiler for Actionscript 2

For editors and IDEs, you have some options too:

  1. Flex Builder beta for Linux -- based on Eclipse
  2. Your favorite code editor. Just compile from the command line

The OSFlash Projects page has a list of more compilers, Eclipse plugins, and editors you can check out.

Gama11
  • 31,714
  • 9
  • 78
  • 100
Selene
  • 1,917
  • 2
  • 13
  • 17