Load movie problems

I am using this tutorial:
http://www.kirupa.com/developer/mx/preloader_transition.htm

Before i asked about a question on why it didn’t work wehn i put it into a symbol. Thats fixed.

However, now I am loading it into another flash file and it stoped work any clues?

Look at the files and you will see what i mean.

THANKS ALOT!

That’s because it has _root in all of the AS.
_root refers to the main timeline of the movie you’re loading it into.
Therefore doesn’t work anymore.

From the main timeline, double-click your “page” instance.
Change all the “_root” of your buttons to “_parent”.
Then double-click “transition” instance,
and change all the “_root” to “_parent._parent”.

This is double because it’s another level higher.
If there were another level, it would become “_parent._parent._parent”.

Hope it helps.

dreamer WTF, GUYS A WARNING DO NOT OPEN THE INDEX IN THAT ZIP FLOODS THE HELL OUT OF YOU LOADS UP ON LOADS OF INDEX PAGES OPEN.

dreamer what the hell you doing ???

Chill out with the curse words, man!
Are you looking for a ban?

Nothing happened to me opening that file.

Well I got 50 sep windows opening up from that index sfw,
why would that happen? Confused now why it happened to me?

regards Barrie

Puzzles me too barrie,

I never opened that swf, just the fla.
So I won’t open it , after your warning.

Anyway, where is dreamer???

i’m here… different time zones set delays.

What happened? I tryed it and nothing happend… its not like i tried to bomb people on purpose.

HEY KOOL! its works. thanks alot.

The pages come up and everything but now this doesn’t work:
loadMovie(_parent._parent.page.section, _parent._parent.page.content);
stop();

How do I make like a preloader that will say something like IF the selected page is loaded then play frame this? I want it in the transition symbol.

I have looked over the code and I have no reason why it was opening up windows. I put stop actions on the frames so it conouldnt loop and i never put a action on loop.

I opened it myself and nothing happened.

Here is the updated files. Thanks Inflicted for helping out. I’m really bad with addressing. lol

loadMovie("_parent._parent.page.section", _parent._parent.page.content);
stop();

How can you load a movie inside itself???

Just loose that line of code .

good luck…

but then the movie wont load… as in the gallery, photots and portfolio pages wont load into pages.swf.

What i’m trying to do is have a main page
index.swf
and load pages.swf
and in pages.swf load the 3 pages gallery, photots and portfolio.

mayeb you can fix up the files in the message 12-22-2003 08:51 AM in this thread.