Passing varibles to asp page (MX)

I seem to be having the weirdest problem…I have a movie with a bunch of frames…if I put the input textboxes on the first frame in the main timeline and send the variables over to the database, it works just fine. But if I try to put the same input boxes inside of a movie that is not on the main timeline, it doesn’t work. I also tried having a button that when clicked when take you to scene two, and have the input boxes there on the first frame, but for some reason it’s not even going to scene 2 at all… here’s the code inside the button to do that
on (release) {
gotoAndStop(“Scene 2”, “record”);
}

any idea why the “form” won’t work unless it’s on the main timeline, scene 1, frame 1? also, any idea why the button isn’t taking me to scene 2? thanks a bunch!