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.