# loadMovie and unloadMovieNum problems :S

**URL:** https://forum.kirupa.com/t/loadmovie-and-unloadmovienum-problems-s/318666
**Category:** flash
**Created:** [January 26, 2011, 8:35pm UTC](https://forum.kirupa.com/t/loadmovie-and-unloadmovienum-problems-s/318666 "2011-01-26T20:35:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Temari](https://avatars.discourse-cdn.com/v4/letter/t/dfb087/32.png) [@Temari](https://forum.kirupa.com/u/Temari)
#### Post date: [January 26, 2011, 8:35pm UTC](https://forum.kirupa.com/t/loadmovie-and-unloadmovienum-problems-s/318666/1 "2011-01-26T20:35:10Z")

</div>

Let’s say that I’m some sort of begginer in flash 😃  
I’ve been learning FLash CS3 (AS2) at school and this is my second year.  
In first year we did those basics like motion/shape tweens, guide liens, movie clips, blah blah 🙂  
Now, in second year, we do more.  
Our professor gave us a task to make a sort of layout that will represent us. More like a website about each student 😃  
I did everything and now I have to load other .swf files into main .fla file.  
And now, I have to load main .swf from “Projects map” to main .fla file. I tried this code:

```auto
loadMovie("Projects/AnaBanana.swf",10);

```

,  
but songs from that project can’t be played, in other words, they’re not loacted!  
Weird because all sounds are in the same folder as project files.  
Help?  
I need this to be done by Monday ☹
