nitin
nitin

Reputation: 75

show google map in flex, actionscript

I want to show the google map of my company in the company website. I read on the google maps site that new keys for google map for actionscript are no longer available. How can I show google map in the site?

Upvotes: 0

Views: 859

Answers (3)

Michael
Michael

Reputation: 3871

These are the alternatives we've been deciding between:

Flex Only

  1. ESRI ArcGIS Flex API

AS3

  1. OpenScales
  2. ModestMaps
  3. MapQuest

As a side note if you are just trying to show a simple map on your website, perhaps you should consider the JS Google Maps API? It's fairly simple to add a small map to a html page. Check out http://code.google.com/apis/maps/documentation/javascript/

Hope that helps.

Upvotes: 1

jharahush
jharahush

Reputation: 767

MapQuest offers both Flash and Mobile Flash APIs and they ARE supported! Obviously this isn't a solution that involves Google, but I've been happy with the MapQuest Flash APIs. Hope this helps!

Upvotes: 1

Subodh
Subodh

Reputation: 2214

These are the two alternatives you have :

Bing Maps Platform in Flash/Flex/ActionScript

Yahoo! Maps AS-Flash API

Upvotes: 1

Related Questions