Preloader class/componetn should implement preloading of a parent movie clip (the one that contains the preloader).
Might be implemented as a static method:
Preloader.preloadRoot();
Or should be linked to a clip, which simple will be placed at the first frame of Flash document.
Exact implementation TBD.