Question
Emailing from Flash 8
I have built a contact form for a site (my first proper flash
site) and it wont work?! i built it according to a lot of looking
through online tutorials. Im using input text boxes and labeling
them using the var: property box like in the tutorials but when it
come time to send i get an error report from my ISPs cgi script
saying i havent defined the recipent - which i have done according
to examples i have seen ie creating a input box labeling var:
recipient and typing my email into the box
this is the AS i use (attached to submit button) to send:
on (release) {
getURL(" http://www.mydomain.com/bin/FormMail.cgi", "_blank", "POST");
}
What am i doing wrong?
PLEASE HELP - IM REALLY CONFUSED!?
this is the AS i use (attached to submit button) to send:
on (release) {
getURL(" http://www.mydomain.com/bin/FormMail.cgi", "_blank", "POST");
}
What am i doing wrong?
PLEASE HELP - IM REALLY CONFUSED!?
