I have a SWF that loads other SWF’s into it. The issue I’m having is that each of the other SWF’s that get loaded have components that have different skins. So in one SWF, I have a TileList component with a certain kind of skin, in another SWF I have a TileList component with a different kind of skin. They work fine when test individually, but when they get loaded into “loader.swf”, they all use the same skin, and it is arbitrary which one gets picked. Sometimes, its from the one SWF, other times it is the other SWF.
How do I get the components on each page to recognize ONLY the skin they were designed with? Thx!