PDA

View Full Version : email through flash



amol4all
April 28th, 2005, 01:04 AM
hello fiends ,
plz tell me how can i send email through flash action script?

Dutchy
April 28th, 2005, 03:08 AM
You can't.... directly.. If you want to send it through the server you have to use asp or php and loadVars in flash... or use the:




getURL("mailto:mail@mail.com"); // to send an email through a app like eudora or outlook.....



Dutchy