ah, corelib has been move to google code: http://code.google.com/p/as3corelib/
----- Original Message ----- From: "EECOLOR" <[EMAIL PROTECTED]>
To: "Flash Coders List" <[email protected]> Sent: Saturday, February 23, 2008 12:45 PM Subject: Re: [Flashcoders] saving image locally
If you are developing for flash player 9 you can do the following: 1. Convert your image to a png or jpg using: http://weblogs.macromedia.com/cantrell/archives/2006/08/actionscript_pn.cfm 2. Send the image to your server which will write it to a temporary directory on the server 3. Use fileReference.download to offer the image to the user Greetz Erik
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

