Quote Originally Posted by blanius
You can do it in that version. But it sounds like you are mixing a Flash form with HTML form actions... That's not the way to do it. You place the contact flash movie on the page but NOT IN A FORM. The flash will send it to the PHP from within the flash movie and handle the response from the PHP to display the status.
I don't know what it is but this is what I have: Using KoolMoves, I have 2 key frames. On the first frame I have 3 dynamic text boxes and a send button. The text boxes are named: (name,phone,email). On the second frame I have a label that reads: "Thanks for your information" and a link to go back to the previous frame. Both frames have a stop action. Behind the send button is : Send form data on release action; URL = http://www.talytech.com/jjhsuhs.php; Send using POST method.