Can someone assist me in getting my contact form on my Flash site working. I
have a name, email, phone and a comments field and I want to submit this data
back to my server and use an ASP mailer script to send the data to a particular
address. Below is a sampling of my reset button, how to I get my submit button
to use ASP and to collect these Vars and submit them?
on(release) {
//_parent.t1_2="";
_parent.t2_2="your name";
_parent.t3_2="e-mail";
_parent.t4_2="phone";
_parent.t5_2="comments";

}
Any help would be nice!Text