Simple Flash Form Problem

I’m trying to pass 3 variables from a simple Flash and I am following an example Flash form which has a submit which the following action.
on (release) {
getURL(“test.asp”, “”, “POST”);
}
The test page is displaying the variable to prove it works. In the example form the information is displaying ok.

The actual form I want to get working is part of a larger flash movie. The form field have the same variable names to avoid confusion but the variables are not being passed to the test.asp.

The final form is a movie within a movie, would this make a difference.