Control external swf

I’m loading an external swf… is there a way i can control this external movie… i’m using this code to call it.

on (release){
 	loadMovie (info.swf, _root.zone);
 }

I want to be able to play a specific frame from "info.swf" … i believe that there should be a way to give this external swf a local name and then access it normally, something like: _root.info.gotoAndPlay(5); or not?

thanks in advance for your help

[size=1]Matt[/size]