MovieClipLoader Issue

Hi forums,

I have a really stupid problem, I am trying to develop a snippet of code that takes data from an array (pulled from an XML), creates a movieclip for each of the items in the array, preloads the data, creates a loader whilst the item is loading, destroy the loader when it has finished loading and then display the loaded item (in order of the original data array) on the screen with xy coords taken from another array.

I am sure this is very simple, but so far my working script is extremely long and annoying, I am sure there is a class out there somewhere that handles all this simply, does anyone know?

Any input would be a great help!