woodie63
09-12-2005, 02:02 PM
Hi
I have a movie(gallery2.swf) loaded into my main movie(main.swf) with:
loadMovie("gallery2.swf","_level11");
I want a nested button in gallery2.swf to give instructions to the main timeline of my main movie (main.swf) and then unload itself (the movie: gallery2.swf)
I can successfully unload itself with:
this._parent._parent._parent._parent.unloadMovie() ;
What I can't seem to do is access the main timeline of the main movie on level0 before I unload the movie.
I tried adding various extra "_parent." but it doesn't work.
Anyone have an idea that might help me please?
thanks
Peter
I have a movie(gallery2.swf) loaded into my main movie(main.swf) with:
loadMovie("gallery2.swf","_level11");
I want a nested button in gallery2.swf to give instructions to the main timeline of my main movie (main.swf) and then unload itself (the movie: gallery2.swf)
I can successfully unload itself with:
this._parent._parent._parent._parent.unloadMovie() ;
What I can't seem to do is access the main timeline of the main movie on level0 before I unload the movie.
I tried adding various extra "_parent." but it doesn't work.
Anyone have an idea that might help me please?
thanks
Peter