perzie23
08-11-2008, 12:38 PM
Hi please help me in my flash site contact form. It isn't working. My server accepts php. 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 please help me:
CODE IN THE RESET BUTTON
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:";
}
CODE IN THE SUBMIT BUTTON
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:";
}
CODE IN THE RESET BUTTON
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:";
}
CODE IN THE SUBMIT BUTTON
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:";
}