Loaded swf's losing framescript

Hey All

I am loading external swfs into my main movie, each of these external swfs has a document class, and some basic animation code (stop(), gotoAndStop() , etc.)

I load the first instance of the swf with a Loader, the movieclip loads fine and all of the animation works great.

I load the second instance of the swf with a Loader, the movieclip loads fine and all of the animation works great, but now the first instance seems like it has lost its framescript, or at least some of it.

All of the stops are ignored and when I take a look in the debugger all of the symbol types have become “MoveClip” instead of the name they were given in the library.

Has anyone run in to this before?