How to Add Multiple UI Skins to your Flex application with Compiled CSS Stylesheets
This short tutorial describes how to implement and load multiple UI skins in a Flex application, leveraging compiled CSS stylesheets.
1. Move all mxml component style settings that control visual aspects of the view controls to a standalone stylesheet (defaultStyles.css in this example).
For a good separation of UI design and easy maintenance, typical UI control properties [...]

