MTASC (Motion-Twin ActionScript 2 Compiler) is an
ActionScript 2.0 compiler written in the
Objective Caml (OCaml) programming language by the company Motion-Twin. It is
free software and can be used alone or with other tools like
swfmill to produce
SWF files, which contain interactive multimedia content playable with the
Flash Player. MTASC is also much faster than the
Adobe Flash ActionScript compiler.
MTASC is built with optimizing OCaml compilers, and thus provides a speed improvement over the Macromedia Compiler (MMC). MTASC corrects several safety problems that occur when using MMC.} The MTASC compiler is stricter than MMC and can detect more errors than MMC; because of this strictness, there are some differences between MMC and MTASC.
MTASC is not compatible with ActionScript 2.0 in the local variables scoping, local function definitions, et al.
MTASC will not support ActionScript 3.0, which is supported by its successor, haXe.
See also
Ming library
swfmill
References
External links
The MTASC page
- integrating SWF with MediaWiki using MTASC
Category:Adobe Flash
Category:Free compilers and interpreters
Category:OCaml software