Form will not submit from flash MX

Hello,

I am using this code on a movie clip:


onClipEvent (mouseUp) {
	if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
	getURL("flashmail.asp","0","POST");
	//loadVariablesNum("flashmail.asp", "0", "POST");
	gotoAndPlay("sent");
	}
}

the movie clip is a submit button for a form residing on the same frame. the form is not posting any variables! my asp page is working correctly - error handling shows nothing being passed from the swf!

please advise…
dan.