How do you direct ActionScript (Flash MX 2004 Pro) to a scripting file (tfmail.pl)? Would it go like this?:
on (release) {
form.loadVariables("tfmail.pl", "POST");
}
Basically, this is a contact page, with three input text boxes combined into a movie clip called "form", as you can see above. The tfmail.pl is supposed to act as a receiver for the data. Can anyone see anything wrong with this?
on (release) {
form.loadVariables("tfmail.pl", "POST");
}
Basically, this is a contact page, with three input text boxes combined into a movie clip called "form", as you can see above. The tfmail.pl is supposed to act as a receiver for the data. Can anyone see anything wrong with this?