Loading SWF

Hi everyone,

Is there a way to tell flash to go to a specific frame on a loaded SWF.

I been playing around with some code but i cant manage to get it to work.

bt_main.onPress = function()
{
_root.container.loadMovie(“content_1.swf”);
_root.container.gotoAndStop(15);
}

Thanks in advance,

Nelson