I am using the “Flash-Based Email Form Using PHP” from the Kirupa site. However, when I embed the swf within another swf (which is itself within another swf …) it doesnt work properly; the email definitely is sent but the frame saying “Thank You” (which essentially confirms to the user that their email has been sent) doesnt load. It seems obvious to me that the issue is the ActionScript line -
[SIZE=2][SIZE=2][COLOR=black]onClipEvent(data){
_root.nextFrame();
}
clearly, the reference to “_root” needs to be changed, but when I try what I think should work " this.nextFrame();" the “Thank You” doesnt appear (though the email is sent).
Any tips would be greatly appreciated; I have spent too many hours trying to figure this out. “Thank You” !!
[/COLOR][/SIZE][/SIZE]