I tried a few things, and ended up using ExternalInterface to call a javascript function on my page which did the geocoding (since the results returned by the geocoder in the Flash API are difficult to parse consistently). The javascript handler which receives the geocode response calls back into my Flash file via a callback registered with ExternalInterface.
Even within javascript I found that loading http://maps.google.com/maps/api/geocode/ directly would produce a cross-domain error in Internet Explorer. So I ended up having to use the geocoder in the javascript V3 API. Saxon On Jan 12, 9:15 pm, JC Brando <[email protected]> wrote: > no one at all? > > Still stuck with it... :( -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. 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.
