Hey,
I added a Mail contact form using PHP to my flash site. My flash site uses external .swfs that all have intro’s and outros. When I input into my mail form, it sends to my email, but will not play the next frame that says thank you.
to get it to the next frame I used this:
onClipEvent (data) {
gotoAndPlay.nextFrame();
}
I tried this. and _root but neither work.
Also once someone is on my contact page, they cannot leave it. They become stuck.
The .fla can be seen at www.ryanhohman.com/contact2.zip
Thanks
:cons: