Heyall, I am trying to have runtime CSS being applied for my flex projects and I wanted to it be the way that I have a generic 'assets' folder and my stylesheet file accessible to all the sub-projects.
How is that I can call my compiled runtime stylesheet (style.swf) from
each of the sub-project and where do I place it?
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
initialize="StyleManager.loadStyleDeclarations( 'style.swf' )">
Thank you,
Kal

