[font=Arial][color=black][/color][/font]
[font=Arial][color=black]I have followed the "Flash-Based[/color][/font][font=Arial][color=black] Email Form Using PHP by senocular " tutorial on this site, and have got it to work. However, when my Flash email form .swf is loaded into another Flash movie, when the user clicks ‘Send’ , the email sends but the flash movie is not moved onto the next frame (where it says thanks for sending an email etc). This is the ActionScript which is applied to the form:[/color][/font]
[font=Arial][/font]
onClipEvent(data){
// show email sent screen
_root.nextFrame();
}
I dont understand why this works when the email swf is played on its own, but doesnt work when loaded into another movie. I have placed this line in frame 1 but still no joy:
this._lockroot = true;
any help please?