import mx.controls.Alert; public function showMsg():void { Alert.show(Spam.selectedValue.toString()); }