- mcComicContainer on stage
- mcComicContainer contains 8 movieclips called mcComicPanel1 to mcComicPanel8
- mcComicPanel movieclips have a mcBackground movieclip that loads an external swf
- mcComicPanel also includes a LOT of attachedMovie clips that are loaded externally via swfs
Question:
Is there a way that I can track the entire loading clips inside mcComicContainer and not display until all movies are loaded and display 1 preloader at the beginning of the application to track the progress?
Thanks for any help.