Duplicate Loader content

I have created a Button.fla application. Of course, this button app contains a button. I have assinged to this Button.fla app a document class, named Button.as In this Button.as class I am using references to some stage instance names called “but” and “hit”.

In another movie, let’s name it Main.swf, I am loading the compiled Button.swf movie using the Loader class. It works fine, as expected. But I can’t seem to find a way to create another instance of that Loader class, without loading the swf again.

Any ideas?

Thanks in advance.