[flexcoders] Save a BitMap to the server as a jpg? flex2

2006-05-30 Thread rigidcode
If I create a BitMap (or BitMapData) in Flex, how can I save it to the server as a jpg?  thank you. rc -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-05-31 Thread Nehal Gandhi
i guess u need to use php this link might help uhttp://stimpson.flashvacuum.net/mt/archives/2006/01/looking_for_the.html -NehOn 5/31/06, rigidcode <[EMAIL PROTECTED]> wrote: If I create a BitMap (or BitMapData) in Flex, how can I save it to the server as a jpg?  thank you. rc -- F

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-05-31 Thread Tim Scollick
If .png is an option instead of .jpg, you could compress it on the client using this:http://www.kaourantin.net/2005/10/png-encoder-in-as3.html.  I'm sure you could make jpegs on the client--I'm just not sure how!You send the new byteArray to a server page as the .data field in a URLRequest.  A

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-05-31 Thread Luís Gustavo Sanabio
I have a BitMapData to JPG algoritm for FLEX 2. It's made in AS3. Do you want it? Sorry my English   Gustavo Sanábio   2006/5/31, Tim Scollick <[EMAIL PROTECTED]>: If .png is an option instead of .jpg, you could compress it on the client using this: http://www.kaourantin.net/2005/10/png-encode

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-05-31 Thread Luís Gustavo Sanabio
I sent the JPEGEncoder.as  to your email. 2006/5/31, Luís Gustavo Sanabio <[EMAIL PROTECTED]>: I have a BitMapData to JPG algoritm for FLEX 2. It's made in AS3. Do you want it? Sorry my English   Gustavo Sanábio   2006/5/31, Tim Scollick <[EMAIL PROTECTED]>: If .png is an option instead of

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-06-01 Thread Dima Ulich
Would you send one to me too please Thanks in advance --- Luís Gustavo Sanabio <[EMAIL PROTECTED]> wrote: > I sent the JPEGEncoder.as  to your email. > > 2006/5/31, Luís Gustavo Sanabio <[EMAIL PROTECTED]>: > > > >  I have a BitMapData to JPG algoritm for FLEX 2. > It's made in AS3. Do you >

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-06-01 Thread Luís Gustavo Sanabio
ok.. I will send to your mail too. 2006/6/1, Dima Ulich <[EMAIL PROTECTED]>: Would you send one to me too pleaseThanks in advance--- Luís Gustavo Sanabio < [EMAIL PROTECTED]> wrote:> I sent the JPEGEncoder.as  to your email.>> 2006/5/31, Luís Gustavo Sanabio <[EMAIL PROTECTED]>:> >> >  I have a