I know this has been covered before, but none of the answers given prior are the solution to our current problem. We have a flex app that is hosted on a secure site, and for debugging purposes we can load the site from http if we are inside the firewall. If we load the app from the http site, the google map API calls work perfectly. If we load the app from the https site, they fail. Watching the network activity in the developer tools in Chrome, I can see the call goes out from the app - so it isn't the allowInsecureDomain problem, but we get a '404' error returned from the google site. The URL that was called is an http call, so it isn't the old bug where the google calls tried to go out https if the site was loaded from https. I can see the URL for the call is different, but can't determine what in the URL is significant. Since we can't change those outbound calls in the API anyway, there isn't much more I can do from the application side. We are using the latest (1.20) Flash/Flex API
Thanks for any assistance. Mark -- 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/-/OZSdMvjrMUwJ. 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.
