Programmatically change background in Adobe AIR/FLEX. By admin | February 23, 2011 1 Comment private function change():void { this.setStyle("backgroundColor","#00FF00"); this.setStyle("color","green"); }
Nice, thanks