LoadMovie(swf) and goto specific scene

Hi guys!

Have bit of a prob with flash I know someone out there be able help(. . .Please!)

Creating a projector within flash where I load in separate swfs, using this code:

on (release) {
loadMovieNum(“1_droe_MAIN.swf”, 0);
}

Prob is 1_droe_MAIN.swf has 2 scenes;
Scene 1: intro
Scene 2: main

when I load in this swf I want it to go to scene 2: main and not play the intro again.

Can anyone tell me what code I need to add to get this to work? (really appreciate it!)

Thanks