Hi please help me in my flash site contact form. It isn't working. I have no
codes for layer 2 and I don't have contact.php yet here are the codes of the
following reset and submit button:
[B]CODE IN THE RESET BUTTON[/B]
on (rollOver){this.gotoAndPlay("s1");}
on (releaseOutside, rollOut){this.gotoAndPlay("s2");}
on (release) {
_parent.t1_2 = "Your full name:";
_parent.t2_2 = "E-mail address:";
_parent.t3_2 = "Your telephone:";
_parent.t4_2 = "Message:";
}
[B]CODE IN THE SUBMIT BUTTON[/B]
on (rollOver){this.gotoAndPlay("s1");}
on (releaseOutside, rollOut){this.gotoAndPlay("s2");}
on (release) {
_parent.t1_2 = "Your full name:";
_parent.t2_2 = "E-mail address:";
_parent.t3_2 = "Your telephone:";
_parent.t4_2 = "Message:";
}
Rob Dillon - 10 Aug 2008 15:41 GMT
Do a search in this forum and the Actionscript 2 forum for sendAndLoad and LoadVars. You'll find many examples that you should be able to work from.
BronxMuzik@gmail.com - 22 Sep 2008 16:28 GMT
> Hi please help me in my flash site contact form. It isn't working. I have no
> codes for layer 2 and I don't have contact.php yet here are the codes of the
[quoted text clipped - 21 lines]
> _parent.t4_2= "Message:";
> }
Has anyone come up with a fix yet? I'm riding on the same boat :(