Anybody Pls send me the codes(working file) to send email from flash.
Using php or asp!
jabbarmk@gmail.com

Recommended Answers

All 2 Replies

Read...
Learn How to Use Flash with PHP and mySQL

As for the mail script;

on (press) {
mailTo("mailinglist@computronics.sz","",cm_name,cm_email);
}

explained:

on (press[your action]) {
mailTo("mail@mail.com [the address you'd like the email to be sent to]","[cc]",cm_name [input text_containing,subject],cm_email [input text_containing,message]);
}

If this information helped, or even better. Solved your problem. Please add to my rep.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.