Editor: jactionscript is a Java library that Interfaces with the JavaSWF2 Flash parser/generator, and provides an object-model for ActionScript bytecode. Future versions will provide tools for performing some kinds of Static-analysis on the bytecode.
Features:
* An ActionList contains Action objects. JavaSWF doesn't give you an 'object model' for actionscript (to draw a parallel with XML terminology, JavaSWF is like SAX, and jactionscript is like DOM).
* The beginnings of a simulator for an ActionScript stack-machine have been implemented for performing static-analysis (not for actually executing the actions)