New Instance of Loader.content

Hi All,

I have a project where I’m loading in an external swf. I then access the swf by doing:

return Loader(myloader).content as MyClass;

So that works fine, but then the user could close down this view and then go back. If they come back, i want to get a new instance of the external swf but using the above code just returns the same swf.

Is there anyway, given an object/swf, that i can create a new instance of that object/swf?

Thanks!