Inject gotoAndPlay into GET method

I have this statement:

loadMovie (“mod0.swf”, this, “GET”);

and I would like to define the GET as this:

gotoAndPlay (“mod1”);

but I’m not sure how. Any help greatly appreciated!