Hello, okay, here is my problem i have used this tutorial>
http://www.kirupa.com/developer/actionscript/flash_php_email.htm
< and it works great, except i am using an externally loaded .swf to make the form and when i altered and added the code:
[color=#003366]onClipEvent(data){
_root.gotoAndPlay(80);
} [/color][url="http://www.kirupa.com/developer/actionscript/flash_php_email.htm"]
to the “form” instance movie clip, it obviously went to and played frame 80 of my main movie, which is not what i wanted, although it did speak to the PHP file and it did email me a message, NOW, when i changed to code to read like this:
onClipEvent(data){
gotoAndPlay(80);
}
nothing happens when i press on the button to send the variables, i have gone back and forth and this is the only thing that has changed…i don’t understand why it won’t speak to the PHP file after i have done this,
here is the FLA file of the externally loaded .swf i am working on http://www.troyblank.com/temp/contactexample.fla
any help would be appreciated :puzzled: