Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Muzak
Google for JPEGEncoder and/or PNGEncoder. - Original Message - From: "Karl DeSaulniers" To: "Flash Coders List" 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

Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Karl DeSaulniers
Thanks Ashim. I will try that. Sent from losPhone On May 2, 2009, at 10:06 PM, "Ashim D'Silva" 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)

Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Ashim D'Silva
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

Re: [Flashcoders] Dynamic Images and the Library

2009-05-02 Thread Karl DeSaulniers
The more I thought about it the more I came to think this would be a silly way about doing this, so I am wondering instead, is there a way to save the contents of an MC as a new image, say, on a server and have it then listed in a dynamically drawn XML file for later use? This may be a text