[AS3]Duplicating External Assets

I use the Loader class to load external swf. And then I want to duplicate that object.

What is the way to go? Is there really no easier way then senocular’s duplicateDisplayObject function? Or how about just declaring a new Loader, and reloading the same path from the cache? Its a cheap way of doing it?

Thanks anyone for their advice.