Not in AS2, but you can do it serverside I think.

Thanks,
E.

On May 3, 2009, at 6:24 AM, Karl DeSaulniers <k...@designdrumm.com> wrote:

Well, I am working in AS2.
Is there something like that in AS2?
Thanks for your input.


Karl DeSaulniers
Design Drumm
http://designdrumm.com

On May 3, 2009, at 12:19 AM, Muzak wrote:

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

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

Reply via email to