Matrix class and object transformations in ActionScript3
For DisplayObject descendant classes we can use transform property to append any transformation. In AS3 (FP9) only affine transformations are possible, with use of Matrix class. Transformation property defines how object is transformed, before it is drawn to its parent canvas. Every object has its own (local) coordinate system, its orgin is used as position of object in parent coordinate system (an it is called registration point). [read more]
(not only) Internet Explorer conditional comments
Internet Explorer conditional comments are probably the best way to hack IE bugs. The way simple and easy in use. [read more]
Saving local SWF files from an image bitmap in AIR
In AIR applications images loaded with Loader class are internally stored as a single frame, not compressed SWF file. As far as I know, this isn't documented anywhere, but it seems to work this way. This also fast way to convert local image file (png, jpg or gif) to swf format. We will use this method to create save local swf file from any image that is stored in BitmapData class instance.
[read more]
Adobe on AIR in Warsaw
We just got back from Adobe on AIR in Warsaw, and i feel like i need to write something about it. It was cool, we got really nice t-shirts, some stickers (already on my laptop). We have'nt won anything, although it was close.

[read more]