DisplayObject Resource Manager (feasible?)

After reading this thread, http://www.kirupa.com/forum/archive/index.php/t-256294.html, I am trying to create a displayobject resource manager. Basically, I will have an array of display objects that loads all the external assets (.jpg, .swf, etc). When needed, I can create a “clone” or “copy” of that display object and do an addChild to add to the appropriate MovieClip.

However, I couldn’t create a proper clone to do so. I was just wondering if this is feasible.

Thanks,

Justin