Action Script Test


on (release) {
if ((firstname != “”) && (lastname != “”)
&& (email != “”)){;
gotoAndPlay(”valid”);
loadVariables (”URL”, “_root.form”,
“POST”);
trace(”valid”)
}else{
gotoAndPlay(”invalid”);
trace(”invalid”);
}
}

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.