Help Needed for a loadMovie()

Hello everyone,

I’m creating this tourist website for my own interest and because I want to learn more about Flash. Everything was fine until my loadMovie() appears in the siteFinal.swf for a few seconds and then jump into my next section.

This is what I want to do: I create an introduction2 swf animation, which I want to load into the siteFinal swf. So for my introduction button I’m using the following script: on (release) {
gotoAndStop(“intro”);
}
This would go to another movie clip inside the siteFinal called intro_mc. In the intro_mc I create an empty movie clip and I placed it where I want my introduction2.swf to take places. So I got that functioning but the problem is that my preloader is not showing at the beginning and also the movie play for 2 or 3 seconds and go to my next section. I want the movie clip to play through.
Also I can see the images coming from the side when I play the movie siteFinal.swf, I don’t want this to happen, what can I do for this?

Pleases if someone have time to help me and advice me what to do that would be really nice of you. Pleases visit this link to download the files:

Thanks :hr:

Vanessa