XLM Loaded SWF/PHP Form not Working

Hello everyone,

Thank you for reading.

I am using XML to load an external SWF that has a form using PHP. (Tutorial from Kirupa.com, also using XML box resize tutorial to load from with XML) The form works, as far as sending the email correcly, but it does not goto the next frame that says “Thank you!” with back button, so it may be confusing to the user if it doesn’t do anything when the click send.

On the form it has this actionscript attached:

onClipEvent(data){
// show welcome screen
_root.nextFrame();
}

Was wondering if anyone knew a way around this, please let me know, any help is always greatly appreciated. Thanks! :puzzle: