>> Is there any way to load a SWF from an https:// location, but have the 
>> google map API recognize the http:// domain registered key?
As far as I know, if it is loaded from a https domain, that is also
the domain that is passed to the Google Maps server.
So, if that one is not registered it won't work.
Why not registering the https:// domain @ Google Maps?

But - after much frustration too, we also found out that - then it
still doesn't work unless you make this call in your flex code:

          Security.allowInsecureDomain("maps.googleapis.com");

By doing so, you tell the Adobe Flash player that it is OK to let a
Google Maps call (coming from http://maps.googleapis.com) access your
swf file (that was loaded from a https domain)

Everyone, correct me if I'm wrong.
--~--~---------~--~----~------------~-------~--~----~
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