Class caching issue with projector

Okay, I have been trying to find an answer to this question for a couple of days with no luck. I am working on a very large flash project that has lots of different parts. Each one consists of lots of swf’s that load into the app and has lots of interactivity at the end of each app. Since there are lots of different apps and originally they were going to be free standing it did not matter that we used classes with the same name but with slight differences depending on the needs and design of the same module. (This is not the way I would have done this, but alas I did not come into this project until a lot of the core functionality was already built). The client has decided that they want to bundle up multiple apps in a projector environment. Here is where the problem arises. Each app is loaded into a movieClip and removed when done. When viewing one after another variables set from a class are persistent from the first to the next. I’m looking for a way to clear the cached class definitions from one app to the next. A lot of the classes are attached with the linkage in the library. These are extremely complicated. And we are under severe deadline. Any ideas would be appreciated.