I have a form that when I upload as an swf it works just fine, but when I have it inside an htm page, nothing happens when I click send. The submit button code is:
on (release) {
_root.form.loadVariables(“contacts.php”, “POST”);
}
the form itself is a movie clip - “form” with this code:
onClipEvent (data) {
_root.nextFrame();
}