ive got my mail form to work, it sends but doesn’t go to next frame ‘what’ and ‘where’ do i tag it on to this button script?
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(“email.php”, “POST”);
}
i just need it to go to the next frame, thanks neil.