Google for JPEGEncoder and/or PNGEncoder.

----- Original Message ----- From: "Karl DeSaulniers" <k...@designdrumm.com>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Sunday, May 03, 2009 5:30 AM
Subject: Re: [Flashcoders] Dynamic Images and the Library


Thanks Ashim. I will try that.

Sent from losPhone

On May 2, 2009, at 10:06 PM, "Ashim D'Silva" <as...@therandomlines.com> wrote:

If you're dynamically loading an image, it doesn't have to be an mc,
it's bitmap data and can be treated so.

If you want to save the contents of an mc to an image, use
bitmapData.draw(mc) to get bitmapData and write that to a jpeg/png on
your server. You should be able to find a tutorial that runs you
through the whole process.

Ashim

The Random Lines
My online portfolio
www.therandomlines.com




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to