Version 2.0.8 is now available.See the
version history in the wiki for more information.
More work on performance, and quite a few bugfixes this time.
There are also a number of new attributes according to user requests.
Important to those who use
scripting in SWFs loaded into the pages: one major performance gain was achieved by removing pages from the stage while invisible, instead of just hiding them. If you have any stage dependent code (
obj.stage,
Event.ADDED_TO_STAGE...), make sure it still works.
Developers: please beware that class variables are now postfixed with an underscore (
xyz_), to make them easier to distinguish from properties (
get xyz():*).
As usual, update of the wiki will follow as soon as I find the time.
Download here (zip).