Hi Dan,

Can you use E4X to parse the results?  If so it won't matter what level the 
data is returned at, that is take the contents of the response and assign 
them to an XML object (passing to the constructor) then use e4x notation 
like:

var myXMLObject:XML = new XML(geocodeResponse.content); //pseudo code on the 
geocodeResponse.content not sure how exactly you're requesting this

Alert.show(myXMLObject..PostalCodeNumber);


Hope it works out for ya,
Shaun

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/8HvEV0YMhOEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to