Loading .swf into my movie

Hi.
Im having a bit of a problem. When i try to load my .swf movie in, i just get white.

Here is a description of the movie.
On stage there is a movieclip white my buttons inside it. On the button i have the code:
on (release) {
loadMovie(test.swf, _parent);
_x = 5
_y = 5
}

Why wont it work?