What I really want is this:
when I load a clip like this:
empty_clip.loadMovie("some_movie.swf")
how can my AS code tell if I allready loaded it, so I can load another one in another position of the page, regardless of the order I load my movies.(I have 5 positions, loadingMovies in...