backgroundColor="white"> import mx.controls.Alert; private function handleChange():void { Alert.show(myTabNav.selectedIndex + " Label: " + myTabNav.selectedChild.label); }