You could either go through your app and apply stylenames to your components 
you want to skin
Or
You could wrap the swc components with a stylename and apply normal styles to 
component types that are wrapped in that stylename

Does that make sense?



________________________________
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bron 
Davies
Sent: Thursday, 27 November 2008 8:29 a.m.
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Avoid using skin applied to my app


I have a set of css files that skin my flex app by dynamically loading
the compiled swf using something like StyleManager.loadStyleDeclarations
("mychrome.swf"). However I have some third party SWCs that are
referenced and the skin is being applied to those as well but I don't
want it too. I can recompile the SWCs if needed but I don't want the
skin to be applied to SWCs that show UI. How can I do that?

Reply via email to