# LoadMovie Clips

**URL:** https://forum.kirupa.com/t/loadmovie-clips/64817
**Category:** flash
**Created:** [September 20, 2004, 12:40pm UTC](https://forum.kirupa.com/t/loadmovie-clips/64817 "2004-09-20T12:40:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![inoffthepost](https://avatars.discourse-cdn.com/v4/letter/i/a8b319/32.png) [@inoffthepost](https://forum.kirupa.com/u/inoffthepost)
#### Post date: [September 20, 2004, 12:40pm UTC](https://forum.kirupa.com/t/loadmovie-clips/64817/1 "2004-09-20T12:40:26Z")

</div>

[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]
