Play a frame in a movieclip

Is there anyway where I can play a frame in a movie clip using the same logic as full flash site? For example,

on (release) {
    _root.contents.loadMovie("locations.swf");
}

Instead of loading locations.swf, how can I load a frame from another scene? Thanks in advance:ub: