Frame labels

Firstly I have a main swf file called index.swf which calls in other swf files:

_root.body.loadMovie(“fscommand/home.swf”);

I am trying to code the main file to call in the new movie at a particular frame label.

Is this possible.

Cheers