My situation is as follows: Swf A loads a Swf B inside of it which contains a google map. When done with Swf B, Swf A makes a callback to Swf B so it can do a map.unload(). After that, it removes swf B. The issue that I have is I get the error on the unload call:
*** Security Sandbox Violation *** SecurityDomain 'http://.... tried to access incompatible context 'file:///.../SwfA.swf' I'm assuming my security settings are set up correctly since I can create the map and do stuff with the map no problem. It's just the unload call that's causing me problems. Both swfs are in the same folder, and that folder is also added to my Adobe Global Security Settings panel page. I tried not putting the unload call in there, but then I get some other error on creation of another map later on. I looked up that error, and the fix is to properly unload the map by calling unload(). Just thought I'd check if anybody might know what's going on here. Thanks, CJ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
