Version 2.0.4 is now available. See the
version history in the wiki for more information.
No real highlights in this release, just a bunch of bugfixes here and there, and hopefully
an improvement to the performance.
Oh, one thing, though: ASUL backgrounds can now be controlled using scale grids
(see
scale9Grid documentation at Adobe's ). E.g.
<box background ="image(http://www.megazine3.de/wiki/mz3wiki.png)"
scale9grid ="30,10,150,120" anchors ="0,0,pw,ph" />
This can be handy for defining a background for a window or similar with custom borders
and corners.
Developers: the ZoomChange event is now no longer "delayed" as it was before.
Use the ZoomChange.ZOOM_CHANGE_DELAYED one instead.
As usual, update of the wiki will follow as soon as I find the time.
Download here .On another note, there's a new functionality available in the forum, which you see above: the direct generation of ASUL demos from code. Usage is possible via the [asul
][/asul
] tag. The above looks like this:
[asul]<box background="image(http://www.megazine3.de/wiki/mz3wiki.png)" scale9grid="30,10,150,120" anchors="0,0,pw,ph"/>[/asul]You can control the size of the Flash element by giving the width and height, comma separated after the
asul , like so:
[asul=300,200][/asul]