i have a problem.
you see, when i am trying to load a movieclip into an other the main movieclip starts over.
this does not happen on my computer but when the movie is uploaded on the internet.
I have been experimenting some and came up with that if you have the file(s) that are supposed to load into the movieclip on temporary internet files everything works fine. But otherwise the same problem happens again and the main movie starts over.
here’s the AS that a button have to load the movieclip into a empty movieclip called ‘container’:
[SIZE=1]
on (release) {
_root.container.loadMovie(“flash_01_scratch_it.swf”);
stop();
}
[/SIZE]
can anyone please help me?