Generally speaking, when you're developing from flash or flex, it doesn't matter what key you use because when you're developing there is no sandboxes - just use the key you intend to use later. The key only becomes important/matters when you finally need to deploy the application.
Jonathan ScribbleMaps.com On Aug 8, 1:26 pm, Daniel <[email protected]> wrote: > BTW you might want to start reading at the top or the Air > sectionhttp://code.google.com/intl/en/apis/maps/documentation/flash/tutorial... > > www.vindameida.com > > > > On Sun, Aug 8, 2010 at 10:24 AM, Daniel <[email protected]> wrote: > > What you need is this. > >http://code.google.com/intl/en/apis/maps/documentation/flash/tutorial... > > > 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.
