Hello everybody,

I'm working on a flex application that we are planning to server over
HTTPS, and I've gotten the maps to finally load after creating a
google maps keys with https:// as the prefix, and including
Security.allowInsecureDomain("maps.googleapis.com");

The problem is, the Directions.load() call is failing
(DirectionsEvent.DIRECTIONS_FAILURE), I think I tracked the issue down
to a call made to http://maps.googleapis.com/mapsapi/publicapi. It
passes a "url" parameter which contains the url for the swf that
contains the map object. In my case the url for the swf is
https://sub.domain.com/main.swf, but the url parameter is set to
"http://https://sub.domain.com/main.swf";.

Does anyone have any insight on this issue?

Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to