What you need is this.
http://code.google.com/intl/en/apis/maps/documentation/flash/tutorial-flexbuilder.html#CodingAIRApplications

If you want a desktop application you will need to publish it as an AIR app.
You would sign up for an API key using your domain. Then you would:

<maps:Map xmlns:maps="com.google.maps.*" id="map"
mapevent_mapready="onMapReady(event)" width="100%" height="100%"
    url="http://code.google.com/apis/maps/"; key="your_api_key"/>

I have never made an AIR Google map app so I am not 100% sure if you leave
the url property to url="http://code.google.com/apis/maps/"; or if you use
your domain.


On Sat, Aug 7, 2010 at 1:14 PM, Mark Shen <[email protected]> wrote:
>
> Hi,
>
> I plan to develop a Flex Google Map Application. I just develop this with
local file(not loaded from server).
>
> My question is how to get Google key for the case.
>
> Thanks
>
> Mark
>
> --
> You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
> To post to this group, send email to
[email protected].
> To unsubscribe from this group, send email to
[email protected]<google-maps-api-for-flash%[email protected]>
.
> For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en.

Reply via email to