Hi,
I’ve got a main flash file that loads in another into a container (MC). The .swf it loads in contains the basic flash/php contact form from kirupa.com.
The problem is it doesn’t work, I’m guessing that it can’t see the .php file because its inside a MC.
Can anyone help please?
The code on the button is…
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(“email.php”, “POST”);
}