Mega Code Archive
Categories
/
Flex
/
Components
Feed data from web service to ComboBox
private function initializeHandler(event:Event):void { statesService.getCountries( ); } private function changeHandler(event:Event):void { statesService.getStates(country.value); }