954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to send email from flash8..using php or asp

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

jabbarmk
Newbie Poster
1 post since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

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]);
}

macneato
Posting Pro in Training
421 posts since Jun 2007
Reputation Points: 46
Solved Threads: 48
 

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.

macneato
Posting Pro in Training
421 posts since Jun 2007
Reputation Points: 46
Solved Threads: 48
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: