AS3 BitmapData AMF solution using IExternalizable
Using bitmaps in an AS3 remoting environment isn’t that easy. If I’m getting it right, the problem is that the BitmapData object needs constructor parameters, wich isn’t combinable with the handy [RemoteClass(alias= ] method of invoking the objects when streaming data into a ByteArray. A walkaround is to wrap the BitmapData into a custom class… [Read more…]
September 12, 2009
0