Change color theme

You can completely change the color theme of your flex application easiy. Create a stylesheet and attach it to the main application. The css class to change the color theme of the entire application.

Application {
   themeColor:#FF7200;
}

This tells you flex application that all the UI conrols used withing the flex applicaton will use theme color red. Good luck. :)

blog comments powered by Disqus