Load frame from external swf

I can load a frame of an external swf from a button, but how do you it without the button…? just loading a frame into a container

For a button I use:

on (release) {
content.gotoAndStop(1);
}