Hi people,
I have burnt a Flash site to CD for a client, everything works fine except the email form, it links to a php file located online using the following code attached to thesubmit button:
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(" "POST");
}
But it doesn't seem to do anything, can anyone help me out?
Thanks
I have burnt a Flash site to CD for a client, everything works fine except the email form, it links to a php file located online using the following code attached to thesubmit button:
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(" "POST");
}
But it doesn't seem to do anything, can anyone help me out?
Thanks