It's known since a long time that GMap API can not be used outside a browser because API code need to identify domain name : API Key = domain name.
That's why in Chrome no extension can use GMap Flash API because the extension url is somthing like: chrome-extension://xxxxxxx[ extension ID ]xxxxxxxxx/main.swf With AIR it's now possible to make it work, but not with Google Chrome addon. A solution could be that Chrome internal Flash player use the Flex compile argument "-publisher=http://..." (SWF metadata) to identify wich domain is realy using the API and to prevents attacks from others DNS by restricting to this one. Could you check that ? (nota bene: internal flash player in chrome.... ok, but please an internal log Flash tracer within the debugger ! ). -- 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.
