We have an odd problem with the ClientGeocoder.geocode method. When the SWF is loaded from an https: domain, the geocode call always fails with status '500'. When watching the network traffic with firebug, the call out to the maps.googleapi.com is going with a bad 'url' parameter: (below is what is show in Firebug)
url http://https://qo4dev.......... (removed for security) it has both http:// and https:// on the url - not valid. When run in debugging mode, the geocode method works, but i suspect it is bypassing something when loaded from a local drive, much like the key checking is less restrictive. The other calls we are using from the https: domain work fine, but I also don't see the url parameter in them when watching the traffic in Firebug. Is this just a bug, or are we doing someting wrong? (v1.94 of the google api for Flash) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
