Help with AS3 Loader Class

I have a movie that’s far too big for my requirements. I need to halve the size, but, being a novice it’s a bit tricky.

The way it’s coded, it’s not easily split into individual SWF’s.

So I thought, there may be a way to do this if I load each image rather than place them directly on screen.

How would you recommend I go about loading each image? Probably around 25 images… which will tween & have on/off rollover states.

I thought there may be a better way than writing the AS3 Loader code for each individual image. But really not sure… I was looking at the Bulk Loader Class but I’m not yet experienced enough to put that into action.

Thanks for any help.