claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
525 stars 127 forks source link

optimize exportBitmapData #25

Open brightli opened 11 years ago

brightli commented 11 years ago

_bitmap = _loader.contentLoaderInfo.content as Bitmap; _onCompleteCallback(_bitmap); or _onCompleteCallback(_bitmap.bitmapData);