On 10 November 2010 14:01, Vasco <[email protected]> wrote: > It was just an example. > You can check through this links:
Well there you are. It's a Flash map, so you should have asked in the Flash Group. http://groups.google.com/group/google-maps-api-for-flash/ However, I note your code includes <param name="allowScriptAccess" value="sameDomain" /> so I would guess that Flash thinks the same as Javascript that there is a cross-domain restriction between gps.vascobila.com and vascobila.com/gps. Javascript has document.domain which can get round that; I've no idea about Flash. Members of the Flash Group might have. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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?hl=en.
