• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Directing ActionScript to scripting file

danklumpp

Senior member
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?
 
Back
Top