I got the old Senocular flash php mail to work as a standalone swf, no problems. However, once it’s in my movie, it sends mail just fine yet doesn’t continue on to the thank you page. Now, I’ve scoured for all the past posts on this and took all recommendations to no avail. It’s driving me crazy. :upset:
On my contact form is the following:
onClipEvent(data){
_parent.nextFrame();
}
I’ve tried _root and even the _root.container method but got nothing. What could possibly be going on with this? Could there be something wrong with onClipEvent(data)?
thanks…