Hi everyone, I'm not sure if this is the same problem everyone else is experiencing but I'm getting an error on an https server as well, I didn't have it up before today so I'm not sure if this is the same issue or if I'm just doing something wrong. Looks like we have different error id#s but very similar error. SecurityError: Error #2047: Security sandbox violation: parent: http://maps.googleapis.com/mapsapi/publicapi?file=flashapi&url=https%3A%2F%2Fourdomain.mil/foldershere/Main.swf&key=[ourkeyishere]&v=1.17&flc=xt cannot access https://ourdomain.mil/foldershere/Main.swf. at flash.display::DisplayObject/get parent() at com.google.maps.templates::BootstrapSwf/onAdded()
I replaced the api key, domain name, and path to the file just to be sure I'm not posting anything that needs to remain secure. Apparently it doesn't make a difference between 1.16 and 1.17 since I'm using the newer of the two and the post above here is using the older one. A few questions, this is a test development server so I was just using a free key will this cause the problem I'm seeing, I think for https you need to have a premier key but I'm not sure if thats just necessary for it to use https or if a free key will not allow me to connect via http from an https hosted client. Basically a free key lets you connect from normal http -> google maps http. or the assumption I was operating under is this would work Free key lets you connect https -> google maps http (secured client app I developed fetching via unsecured protocol to unsecured google maps swf) and Paid key lets you connect https -> google maps https (fully secured) Thanks for any suggestions/information, Shaun On Nov 2, 2:15 pm, Matt S <[email protected]> wrote: > I am also getting a 500 back from the geocoder. My Flex app is > running over HTTPS also. Any information about this problem? > > My app was working over HTTPS until early October (at least the 5th), > after which I got this message: > > SecurityError: Error #2121: Security sandbox violation: > Loader.content:https://maps-api-ssl.googleapis.com/mapfiles/lib/map_1_16.swf > cannot > accesshttp://maps.googleapis.com/mapsapi/publicapi/geo?ll=40.7562,-111.954&.... > This may be worked around by calling Security.allowDomain. > > I didn't understand why I got this message, it seemed like it was > google's own flash file (https://maps-api-ssl.googleapis.com/mapfiles/ > lib/map_1_16.swf) which had the security error. I tried the > allowDomain even though it didn't look like it would fix anything > (which it didn't). > > Now that message has gone away and I'm just getting 500s. I'd really > appreciate any information regarding this and hope it can be fixed > soon if it is a bug. > > - Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
