hi,
I am trying to load a movie from a movie clip.I used this code on a mc:

mc8.onRollOver=function(){
this.gotoAndPlay(2);
}
mc8.onRollOut=function(){
this.gotoAndStop(1);
}


Now, what i have is couple of buttons inside that movie clip any they just don't work.For instance , i wanna load a new movie into the main timeline by clicking on one of those buttons.But it does not work?What am i doing wrong here?

Here is the link in case i didnt explain it well.

Thanks a lot!!

http://isprobavanje.50webs.com/