Print problem in flash mx pro

Hi,
I want to know how to print just one frame by button in Flash.
Here is my current actionscript associated with the button:

So far, the cgi information sends successfully, but the entire set of
frames prints (I have labelled the desired frame with “#p”), and
then, rather than proceeding to the next frame (4), it reverses back
to the first frame. These four frames are within a movieclip, and
all actions within point internally.

Thanks for your help!
Louis

here’s the actionscript (below):

on (release) {
print(“peoplesoft_quiz_test_bbb-1_form”, “bframe”);
loadVariablesNum (“url goes here”, 0, “POST”);
gotoAndStop(4);
}