This tutorial helps you getting started by illustrating Jangaroo tools,
language, and deployment with concrete examples.
Learn how to use the Jangaroo compiler in your project by walking through a
simple example.
more...
Jangaroo's central tool is our ActionScript-3-to-JavaScript compiler jooc. It
takes source code written in a subset of ActionScript 3 and translates it into
JavaScript 1.x that is understood by current browsers.
more...