Skip to main content
Known Participant
September 25, 2010
Question

How to send images using flash in as2.0 through email

  • September 25, 2010
  • 1 reply
  • 1113 views

Hi :-

I am working in an application which deals with online selling. when the user clicks submit the entire stage must convert in to a JPEG image and

automatically that particular image must be mailed to client email address.

My question are  :-

1. Is it possbile in flash

2. If we can how ?. is there any resource pls help me its too urgent

Regards

Arun Kumaar K

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 25, 2010

yes, you can do that with flash and server-side coding.

you can create a bitmap of the stage (see the bitmapdata draw() method), loop through all the pixel data of the bitmap, send that to server-side code using the loadvars class, reconstruct the bitmap, save the image to the server and email the image using your server-side scriipt.

each step is beyond an intermediate level task.  you can use google to search for tutorials covering each step.

arunpheoAuthor
Known Participant
September 27, 2010

thank you so much for giving me the positive reply

Is there any resource links or sample files

which can help me out . bcoz I have searched in google

but there is no use I can't get exact point.

can you help me any way

Thanks in advance

arunpheo

kglad
Community Expert
Community Expert
September 27, 2010

you can google 1:

flash to jpg tutorial

and 2

flash email image tutorial.