<mx:Application ....> <mx:Script> ....... private function changeStyle():void { this.setStyle("backgroundImage", myImage); } .......