Dynamically Loading Image

onClipEvent(load){
 	newprojclip.loadMovie("newproj.jpg");
 }

I’m trying to load an image named “newproj.jpg” from the same directory as my flash document, but I can’t get it to. I’d like to know since this seems that it would be a valuable tool. Can someone tell me what I’m doing wrong?