[Flashcoders] VizAlign 0.6 is now open source (alignment utility)

2012-04-04 Thread Ktu
hey list. i hope it is ok to plug my own code, but i finally made VizAlignopen source under the MIT license. it's an awesome extendable utility for alignment of DisplayObject || Rectangle here is a modified snippet of the readme file on github: ali

[Flashcoders] IExternalizable

2012-04-04 Thread Hans Wichman
Hi list, I'm running into some weird serializing behavior. Please check this class: package sampleobjects { import flash.utils.IDataInput; import flash.utils.IDataOutput; import flash.utils.IExternalizable; /** * Simple object with default constructor, one private */