Reputation: 114
My as3 google map is depreciated but still works unless I change my URL
www.mydomain.com => www2.mydomain.com
Since I cannot create a new key what can i do?
Upvotes: 1
Views: 1154
Reputation: 4213
The Maps API for Flash is officially deprecated, but will continue to be supported for existing applications in accordance with the deprecation policy defined in the Maps API Terms of Service. Consequently we recommend against using the Maps API for Flash in any new applications, and instead recommend use of the Google Maps JavaScript API v3.
Although we are no longer issuing keys for the Maps API for Flash, we understand that some existing developers may need to update the key being used for an existing application, for example due to a change of hostname. Please follow the instructions on the Maps API for Flash Key Request website if you need a new key.
The Google Maps API for Flash, like the Google JavaScript Maps API, requires usage of a key. You will need to specify this key within one of three possible locations:
MXML
declarationNote that the API key is compiled into the SWF
file and must match the domain where the SWF
file is hosted, which may not necessarily be the location for the hosted HTML file. This document set will show Flex examples defining the API key within the MXML declarations.
Although we are no longer issuing keys for the Maps API for Flash, we understand that some existing developers may need to update the key being used for an existing application, for example due to a change of hostname. Please follow the instructions on the Maps API for Flash Key Request website if you need a new key.
Original Q&A from Google
Upvotes: 1