i have a simple problem, which i have not been able to solve for days now - i hope anyone can help me.
i am using loadMovie to load an external movie clip into a target movie clip. i then use unloadMovie to unload it, whenever i have stopped using it. the problem is, that the external movies themselves load other external movies, which do not disappear when i unload the target movie clip.
mymovie -> loads external movie (disappears on unload) -> loads external movie (does not disappear on unload)
i suspect that the external movie clip might load the other external movie clips into _root and somehow bypass my target movie clip. Or maybe it uses loadMovieNum and I have no way to find out into which level it loads the clips. checking the source code (of the external movies) is not an option, because i only have compiled swf files.
please post if anything is unclear.
i hope anyone can save me, since i will have a meeting with my boss soon and it should be working by then

(