xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
private function processValues():void {
// Check to see if ZIP code is valid.
WeatherService.GetWeather.send();
}
{zipCode.text}
text="{WeatherService.GetWeather.lastResult.CityShortName}" />