Saving/storing/exporting bitmaps created within .swf's on the user's harddrive or a server
Hello,
I know you can store variables in shared objects. Is there a way to save bitmaps created within the swf?
So for example
var myBitmap:BitmapData = new Bitmap(... etc.);
//saveBitmap(myBitmap, "C:\...") ???
Thanks?