StyleManager.getStyleDeclaration("Application").setStyle('backgroundColor', 'Red');
Nathan Mische
2010-04-20 19:40:28
StyleManager.getStyleDeclaration("Application").setStyle('backgroundColor', 'Red');
It looks like if your mx:Application tag uses the backgroundColor attribute you need to do this:
mx.core.Application.application.setStyle('backgroundColor','green');