Programmatically change background in Adobe AIR/FLEX.

By | February 23, 2011
  private function change():void
   {
	this.setStyle("backgroundColor","#00FF00");
	this.setStyle("color","green");
   }
 

One thought on “Programmatically change background in Adobe AIR/FLEX.

Leave a Reply

Your email address will not be published. Required fields are marked *