Mikhail Shevchuk wrote: > Is there any shell to play with Action Script 3 like ipython for python or > smth. like that ? > That would be extremely useful for rapid development.
See: http://www.mozilla.org/projects/tamarin/ Adobe's released the ActionScript 3 virtual machine to the Mozilla project under the standard triple license (GPL/LGPL/MPL). There's a partial implementation of a self-hosted AVM compiler and interpreter in the esc directory. If you don't mind a bit of hacking, you can probably roll together an interpreter shell for playing with ActionScript 3 with a little bit of work, although such an implementation would obviously not include the Flash Player intrinsic classes. Jim Cheng effectiveUI

