Form mailer from container

Hi,
I got this:

  • I created a form mailer .fla and Im using php (loadVariables(“action.php”, “POST”);
  • everything works great, if I embed the swf into html.
    My problem:
  • I created a main .fla, where Im using a container for the form mailer .swf
  • in this case, the action.php file (residing in the same folder with the .swf files) doesnt compile anymore, so, mails wont be sent.

Id appreciate any help, Thanks:crying: