I have developed a simple contact form in flash but i'm encountering a few problems with it and I'm hoping someone can help me. My first Problem is a bit strange because the form was working and now it's not.I have a php file to process the mailing. I'm going to write down as much information i can remember if you need some more information please ask. I have mc_contactos inside that I have form_contactos_anim inside that I have contactos_form which has the form fields and also inside form_contactos_anim i have a button to send the form data. So its mc_contactos » form_contactos_anim » contactos_form + btn_send The code on btn_send is: on(release) { _root.mc_contactos.form_contactos_anim.contactos_form.loadVariables("email.php", "POST"); } my problem here is that the form is not sending information. How can I fix this. My second question has to do with confirmation. Once the data is sent I need a mc to show up saying if it was sent or if there was any error. How can I do this? I am working with flash 8, actionscript 2. Thanks in advanced, Mario