Hey Mike, You can read in data really from any source. I prefer to use a database backed flex applications but often the simplest approach if you are using mostly static data is to build a xml file which will contain all the information for your markers.
After that its: -parsing your xml file -creating a marker -setup a marker MapMouseEvent handler to open the info window on click -adding each marker to the map I believe the Demos and searching on this group should get you started with those 4 things. If you do get stuck, post a specific question/ error/code and we'll be happy to help out! -Arothian On May 18, 8:02 pm, Mike <[email protected]> wrote: > Hi there, > > Super new to API for Flash; got my feet wet with all this an hour ago. > > I would like to reproduce something like > this-http://www.donedhardyshoes.com/main.html#/DISTRIBUTORS > > (Multiple markers around the world, with contact/window info when > someone clicks on the marker.) > > How would I go about starting this? > > (I read somewhere I have to first start a .xml file with the longitude > & latitudes of all my marker points?) Confirm? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
