# Loading and Unloading Movies-Please Again

**URL:** https://forum.kirupa.com/t/loading-and-unloading-movies-please-again/120364
**Category:** Uncategorized
**Created:** [August 23, 2004, 7:10pm UTC](https://forum.kirupa.com/t/loading-and-unloading-movies-please-again/120364 "2004-08-23T19:10:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![keezie6](https://avatars.discourse-cdn.com/v4/letter/k/c5a1d2/32.png) [@keezie6](https://forum.kirupa.com/u/keezie6)
#### Post date: [August 23, 2004, 7:10pm UTC](https://forum.kirupa.com/t/loading-and-unloading-movies-please-again/120364/1 "2004-08-23T19:10:06Z")

</div>

I know there are millions of posts for unloading and loading movies, but the actionscript does not appear on my browser. Could somebody please send it via text. But here’s my problem:

I have a main page with 6 buttons and am loading .swf’s from them. I’ve tried the loading and unloading movies on different levels, but there is a still a flash of main page when using navigation.

Please Help!

---

<div class="post-metadata">

### Author: ![Zodiac](https://avatars.discourse-cdn.com/v4/letter/z/439d5e/32.png) [@Zodiac](https://forum.kirupa.com/u/Zodiac)
#### Post date: [August 23, 2004, 11:24pm UTC](https://forum.kirupa.com/t/loading-and-unloading-movies-please-again/120364/2 "2004-08-23T23:24:26Z")

</div>

on (press) {  
loadMovie (“name\_of\_swf.swf”,“destination”);  
}

where is…  
(_) name\_of\_swf.swf - your swf’s with extension,  
(_) destination - name MC that will show your loaded swf’s

Also, the same way you can use unloadMovie.
