After much frustration, I finally determined that that reason my google maps API key was failing initialization was that the SWF file was loaded from an https:// domain. If I allow the SWF to be loaded from the same location with http:// rather than https:// it works fine. Is there any way to load a SWF from an https:// location, but have the google map API recognize the http:// domain registered key? It is fine that the google map calls go out over http://, and this works fine in an HTML/Javascript page (with the 'some items unsecure' message), but just plain fails in Flex/Flash. I have worked around it by loading the SWF file from an http:// address, but still securing all the underlying httpservice calls with https:// and allowing this in the cross-domain.xml file on the server, but we would still like to load the SWF from the secure address as well.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
