# Loading ?unloading movies in targets

**URL:** https://forum.kirupa.com/t/loading-unloading-movies-in-targets/194142
**Category:** flash
**Created:** [July 20, 2006, 8:08pm UTC](https://forum.kirupa.com/t/loading-unloading-movies-in-targets/194142 "2006-07-20T20:08:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Simon\_Hempsell](https://avatars.discourse-cdn.com/v4/letter/s/e79b87/32.png) [@Simon\_Hempsell](https://forum.kirupa.com/u/Simon_Hempsell)
#### Post date: [July 20, 2006, 8:08pm UTC](https://forum.kirupa.com/t/loading-unloading-movies-in-targets/194142/1 "2006-07-20T20:08:16Z")

</div>

I have followed the tutorial on this site ‘loading movies into targets’ and have managed to load up my movie using the assigning script below to a frame. Could someone help with the code I need to use to unlaod the movie.

{  
\_root.createEmptyMovieClip(“container”,10);  
loadMovie(“home\_movie3.swf”, “container”);  
container.\_x = 126.4;  
container.\_y = 0;  
}

Thanks Simon:}
