Loaded sub swf - want different applicationDomain

I have a main swf that is a container for various flash games. I want this “console” to be in a different applicationDomain as the games to avoid class/function naming problems. As I understand, the default behaviour allows loader and loadee to exchange information. How do I make sure that classes for the console doesn’t interfere with the games?

I’ve been looking at the loaderContext documentation, but I can’t get it to work as I want to.

Any help appreciated!