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
  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-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 word of warning though--last time
 that I checked that png
   encoder, it was for Flex2 Beta2 so there are a
 few small changes to make it
   work. I got it working with PNG and it's pretty
 solid with 640 x 480
   images.
  
   Unfortunately all of my code is at home, so I
 can't share any working
   code until this evening. Let me know if you
 need more details.
  
   Regards,
  
  
  
  
   Tim
  
   On 5/30/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
   
   
   
   
   
   
--
   
Flexcoders Mailing List
FAQ:

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
   

http://www.mail-archive.com/flexcoders%40yahoogroups.com
   
   
   
   
   
SPONSORED LINKS
Web site design

developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer
software

developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software
design and

developmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 Macromedia
   

flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software
development best

practicehttp://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
--
YAHOO! GROUPS LINKS
   
   
   
Visit your group

flexcodershttp://groups.yahoo.com/group/flexcoders
on the web.
   
To unsubscribe from this group, send an
 email to:


[EMAIL PROTECTED][EMAIL PROTECTED]
   
Your use of Yahoo! Groups is subject to the
 Yahoo! Terms of
 Servicehttp://docs.yahoo.com/info/terms/.
   
   
   
--
   
  
  
  
   --
  
   Flexcoders Mailing List
   FAQ:

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
  

http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  
  
  
   SPONSORED LINKS
   Web site design

developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer
   software

developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software
   design and

developmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 Macromedia
  

flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software
   development best


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.asto 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 .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 word of warning though--last time that I checked that png   encoder, it was for Flex2 Beta2 so there are a few small changes to make it
   work.I got it working with PNG and it's pretty solid with 640 x 480   images. Unfortunately all of my code is at home, so I can't share any working
   code until this evening.Let me know if you need more details. Regards,   Tim
On 5/30/06, rigidcode [EMAIL PROTECTED]  wrote: If I create a BitMap (or BitMapData) in Flex,
 how can I save it to theserver as a jpg?thank you.   rc
  --   Flexcoders Mailing ListFAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:   http://www.mail-archive.com/flexcoders%40yahoogroups.com
  SPONSORED LINKSWeb site designdevelopment

http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computersoftwaredevelopment
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Softwaredesign anddevelopment
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
Macromedia   flex
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Softwaredevelopment bestpractice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
   --YAHOO! GROUPS LINKS Visit your group
flexcodershttp://groups.yahoo.com/group/flexcoderson the web.   To unsubscribe from this group, send an
 email to:   [EMAIL PROTECTED]
[EMAIL PROTECTED]   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/.--   
 -- Flexcoders Mailing List   FAQ:http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:  http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS   Web site designdevelopment
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer   softwaredevelopment
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software   design anddevelopment
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
Macromedia  flex
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software   development bestpractice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  --   

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










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  
















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 word of warning though--last time that I checked that png encoder, it was for Flex2 Beta2 so there are a few small changes to make it work. I got it working with PNG and it's pretty solid with 640 x 480 images.
Unfortunately all of my code is at home, so I can't share any working code until this evening. Let me know if you need more details.Regards,TimOn 5/30/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










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  
















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









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 .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 word of warning though--last time that I checked that png encoder, it was for Flex2 Beta2 so there are a few small changes to make it work. I got it working with PNG and it's pretty solid with 640 x 480 images. 
Unfortunately all of my code is at home, so I can't share any working code until this evening. Let me know if you need more details.Regards,
Tim


On 5/30/06, rigidcode [EMAIL PROTECTED] 
 wrote:




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


SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 



Visit your group flexcoders on the web. 


To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service . 





--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 


SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 



Visit your group flexcoders on the web.


To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 













--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.