Hi, > Is there any easy way to create a skinning themes in flex and managing > assets(icons, fxg) in library? You can load CSS compiled into a swf at runtime. The swf loaded could be based on a client id in an xml file or even the URL the application was loaded from or variables passing into the swf from the HTML.
> Is there any easy way(alternative) to mange layout for multiple clients in > flex ? States could help you here. > Some clients don't want login page and other clients wants login page. How > to mange these configure views class that without modifying code. Using states and and XML config file would be one way of doing it. Thanks, Justin