_root help please!

I am trying to control the timeline from a movie clip…
why is it that when I use something like
_parent.gotoAndPlay(“movie1”);

it works when I’m previewing it in flash but when I go to upload it, it doesnt work? :*(

I also tried using _root or _level1 …

Am I doing this right?

Howdy…

Got a sample file by any chance??? I don’t see why it should not work… :frowning:

If you are viewing the content via loadMovie the targetting gets different because the _root of your movie would then be the _root of the movie you load into.

I’m too embarassed to show my sample. :nerd:
LOL…it sux.

I thought it might have to do with my levels…since it works when I view that one swf file alone. But on the site, it loads along with another swf file.
So what should my target be? :-\
Can you give me an example please?

Well the targets are either

_root
_parent
or
this

Try all three of those, since we don’t know the exact situation and what you are calling from where, its hard to say how to fix it.

Oh yeah, also note that most peoples browsers cache the loaded file, so the file you are viewing might still be the old one if you had an old one that didn’t work. You have to clear your cache and visit again.