Hi Flex Baby- If ESRI server offers a REST API and they have a crossdomain.xml file on their server, then you can use HTTPService to send a query to their service and get a result. If they don't have a crossdomain.xml file on their server, then you'll have to send the requests through a proxy on your server.
It may be better for you to ask the ESRI community; as this is more relevant to them than to the Flash API. - pamela On Mon, Mar 9, 2009 at 10:18 PM, Flex Baby <[email protected]> wrote: > > k.nw i have city names in a combo box.i want to search cities in map > using ESRI server(http://resources.esri.com/gateway/index.cfm). > u can help me plz............. > > On Mar 8, 8:28 am, pamela fox <[email protected]> wrote: >> Hi Flex Baby- >> >> There's no API call that will give you a list of all the cities in a >> state. You'd need to find that data from somewhere else. >> >> You can use the ClientGeocoder if you just want to let users type in a >> city name themselves. >> >> - pamela >> >> On Sat, Mar 7, 2009 at 3:52 PM, Flex Baby <[email protected]> wrote: >> >> > hi i want to search cities in a state.i hace combo box which contains >> > city list,if i select that city,it will go to that city. >> > how i make it?plz give code..i am beginner........ > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
