xmlResult = new XML(event.result);


--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> What line is that?
> 
> Tracy
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Jason B
> Sent: Tuesday, April 29, 2008 10:52 AM
> To: [email protected]
> Subject: [flexcoders] looping on results from returned data
> 
>  
> 
> protected function defaultResult(event:ResultEvent):void
> {
> var result:Object = event.result;
> 
> if(result.errorCode > 0)
> Alert.show(result.errorText);
> 
> xmlResult = new XML(event.result);
> for each (var item:XML in xmlResult..release) {
> 
> trace(item);
> }
> } 
> 
> says theres an error on xmlResult = new XML(event.result)?
> 
> Severity and Description Path Resource Location Creation Time Id
> 1120: Access of undefined property xmlResult. massmc/src
> massmc.mxml line 133 1209480418125 630
> 
> yet im following a guide off the net on this? anyone know what is
> causing this
>


Reply via email to