LoadMovie Clips

[font=verdana, arial, helvetica][size=2]Hi,

I have also read endless posts but can’t find what suits my objective, perhaps its looking at me and I can’t see it but, I have tried loading my movies into my target mc without any success. I have tried absolute and relative and was hoping someone could put me straight here…
On using this behaviour no movie appeared

on (release) {

//load Movie Behavior
if(this.targetMC == Number(this.targetMC)){
loadMovieNum(“1945.swf”,this.targetMC);
} else {
this.targetMC.loadMovie(“1945.swf”);
}
//End Behavior

}

On using this code

on (release) {
loadMovieNum(“1945.swf”, 1);
}

I could get the movie to stage, but it positioned itself at the main movies registration point (0, 0)

I have 40 of these mcs to load in so any help is most gratefully accepted, and yeah I have the movie clips placed in the same folder as my fla file…

Cheers

Inoff [/size][/font]