I wanna have multiple instances of a movieClip symbol on stage so each of them loads a different image. The movieClip symbol should have 2 frames. The 1st frame containing the action script for the loader's progress bar; and the second frame with a UILoader which displays an external image.
I know how to implement a preloader for a swf file. And I know how to have a movieClip symbol with a UILoader and create multiple instances with different images.
Since I wanna put this file on the web, I need preloaders for each instance. But I can't figure out how to have a preloader inside an instance (it doesn't work; whether the actual image is on the 2nd frame of the movieclip or loading externally)