Duplicating Loaded SWFs

My problem is I have a custom class which uses a Loader class to import an external SWF. I would like to provide a function, getSprite():MovieClip, where when called will return a copy of the SWF within the class. Right now when I call the function, it does not copy the SWF, so rather then getting a new MovieClip object I just get the reference to the stored one.

I’m having difficulty duplicating this clip, trying the new sprite.contructor(), where sprite is the clip I want to dup, results in an empty movie clip.

Any ideas?

Thanks :slight_smile: