PDA

View Full Version : How to send images using flash?


machines
06-04-2007, 06:02 AM
I plan to let users to key in sender and receivers email address to send a selected images from a flash photo gallery.

Can anyone point me a way to do that?

Flash Gordon
06-04-2007, 06:39 AM
not throught JSFL.

1) scan image into BitmapData
2) save it to server
3) send email and attach image from server

machines
06-04-2007, 06:49 AM
not throught JSFL.

1) scan image into BitmapData
2) save it to server
3) send email and attach image from server

Hi Gordon,

Thanks for the info, is there any tutorial regarding this?

Flash Gordon
06-04-2007, 07:11 AM
none that i know of.

MontyCoder
06-04-2007, 08:24 AM
hi guys

i am also looking for the solution of the same problem.

what i've is dynamic image gallery calling with the xml file.

how do i send the image to the mail from flash. The current image which is on the screen.

:)

machines
06-04-2007, 09:03 AM
Sounds exactly like my case. LOL!

If you do find any solution, please post here.

Thanks.

hi guys

i am also looking for the solution of the same problem.

what i've is dynamic image gallery calling with the xml file.

how do i send the image to the mail from flash. The current image which is on the screen.

:)