loadMovie / gotoAndPlay in loaded movie

okay if i write this

_root.container.loadMovie("testing.swf");
_root.container.gotoAndStop(5);

I want to load testing.swf and make it go to the 5th frame… how do i do that? since that code doesnt work…