Load movie

I can’t solve this problem!!

OK, I have a main movie where I want to load another movie. In that movie that get loaded, I want to load the third movie, but it doesn’t let me.

So, I have 3 movies here. The first one is the main movie. The second one is the movie that get loaded first. The third one is the one that gets loaded into the second movie.

Do you get it?

I use this code for both movies.

on (release) {
_root.websites.loadMovie(“website_slide.swf”);
}

Does anybody can help me?
Thank you in advance.

When you load in a clip, the first thing you have to do is suppress any reference to the _root because the _root changes. So replace it with _parent when you can. Then it will work.

pom :asian:

Thank you.
I figured out.
I appreciate it.