Need help

Well im making a simple portfolio. And im just starting, all i wanted to do was simply load a movie clip and i used the same script ive used before, and tried many others… but no matter what i do the movie clip wont load. Here is the .fla if someone could just look at it and help me out real quick i would appreciate it.

Im going to upload it to a free domain since its too big to post here… i cant post anything.

YOU WILL HAVE TO COPY PASTE LINK INTO BROWSER.

http://www24.brinkster.com/apxsaint/jc2.fla

Why you have buttons in buttons??
Remove the symbol 18 out of symbol 20 and put this on your button:
[AS]on (release) {
White.play();
}[/AS] then it will work.
You should also have a second look at your actionscript, it’s a bit of a mess;)

scotty(-: