flexible_dveloper is correct. After finding out that I needed to use 1.9a on https sites, I ran into the exact same issue you are reporting. in order to get it to work with flex modules I had to place it in two places:
1. My main application inside my init() (called from the <mx:Application initialize="init()"/>) 2. My module inside the init() (called from <mx:Module initialize="init ()"/>) I think it might have something to do with the main application vs module level security sandboxes, but after putting it both places it worked like a charm. Hope this helps. On Jun 9, 9:10 am, flexible_developer <[email protected]> wrote: > Hi Jash, > > >> In this module i have added Security.allowInsecureDomain > >> ("maps.googleapis.com"); in init() method called on creation complete. > > Try putting this in your main app, not in the module. > I guess the earlier in your program the better. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
