xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
creationComplete="initApp(event)">
public function initApp(e:Event):void {
styleManager.getStyleDeclaration("spark.components.Button").setStyle("color",0x00CCFF);
}