loadMovie not working?

I have a movieclip called masterloader in my flash project, and I have

onClipEvent (load) {
 this.loadMovie("test.swf")
}

when it actually loads in the movie, yet the movie I am loading doesn’t load at all. It’s only a one framed picture. any ideas?