Hi, Well I use the Approach described by Justin not only for providing different Looks for different Customers, but also for delivering different Skin SWFs for different Client types: Destop, Destkop-Low-Res, Mobile, Tablet. Depending on the type of Client, my application loads different SWF modules. http://livedocs.adobe.com/flex/3/html/help.html?content=styles_10.html
Chris ________________________________________ Von: Justin Mclean [jus...@classsoftware.com] Gesendet: Montag, 28. Oktober 2013 09:26 An: dev@flex.apache.org Betreff: Re: How to create generic skins, manage layouts and manage views for multiple clients in flex application? 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