I tryed several times and nothing I have this action in my first frame of my movie and it is loading just fine what i wan to load.
OK here is my scenary:
I have the Main Movie wich is loading a Submovie inside a container That submovie is in a 1 level folder from the main movie. Now the submovie has the drop menu inside and the drop menu has the xml file where the main movie is located in the root of the main movie.
Now I have another movie in the same folder where submovie is located. I need the drop menu to unload if there is another movie in container inside the submenu movie and inmediatly load other sub sub movie in the sub movie that is inside the main movie.
this.Galleries_C.loadMovie(“art/g0.swf”
;
stop();
Now What I’m trying to do is to unload any movie in “Galleries_C” container and load new movie into that container using the dorp menu.
Now here is the tricky part all this is loaded into a Main Movie.
I know it sounds freaky hehe
?
You sent me yourMovieClipInstanceName.loadMovie(this.linkContainer);
yourMovieClipInstanceName ( Iguess you mean the movie clip tha will contain the new loaded movie? movie container?
if that my movie container name is Galleries_C
Now (this.linkContainer); this? why? linkContainer = ?
and then what shoul i place in the XML document?
I’m so sorry for all those questions !
Posted 8 months ago













