views:

1822

answers:

2

The Google Visualization Geomap component is a choropleth map of continents, countries and regions, with colors and values assigned to specific regions. Although it is rendered with Flash, it can only be accessed and customized via JavaScript or GWT API.

Does anyone know an alternative Flash/Flex component that I could easily embed into Flex 3 applications (using AS3) ?

A: 

checkout Esris Map solution. I worked with it on a big project and it proved to be a very flexible and functional mapping api

http://resources.esri.com/arcgisserver/apis/flex/

sorry for the late reply.. Thanks for the info but my requirements changed (see above)
julotlafrite
A: 

Quite a few Flex map components you can check out:

Commercial product: http://www.ilog.com/products/ilogelixir/ Open source project: http://code.google.com/p/birdeye/

My experimental component: http://srirangan.net/?p=209 :-)

Srirangan