tags:

views:

55

answers:

1

Hi, Is there a control available that allows us to include a world map and define the regions in the map? Appreciate any inputs.

Thanks

+1  A: 

Not sure this is quite what you're looking for, but Google has some APIs which allow you to do this:

http://code.google.com/apis/visualization/documentation/gallery/geomap.html http://code.google.com/apis/visualization/documentation/gallery/intensitymap.html

The Geo Map is a flash movie, and the Intensity Map is an image. I'm not too familiar with Flash, but I think you can use the APIs playground to create a Geo Map or create an Intensity Map and then inspect the element in Firebug or similar to get the url, and pass it into loadMovie().

Annie
Thanks for your advise. Can we do this in Flash? The above examples are in HTML.
I'm not 100% sure, but I updated my answer with an idea.
Annie