That sounds like a function closure problem. Read through this section of the developer's guide and note how the example does it: http://code.google.com/apis/maps/documentation/flash/events.html#Event_Closures
<http://code.google.com/apis/maps/documentation/flash/events.html#Event_Closures>- pamela On Mon, Jul 13, 2009 at 2:49 PM, help(question) <[email protected]>wrote: > > Hello, and thank you to everyone. > > I need to make a map that read XML. I need it to create multiple > markers and each marker needs to have separate, unique information > associated with it. For example address[1] - info[1]; address[2] - info > [2]; address[3] - info[3]. > > I have gotten as far creating the map with multiple markers but the > all the info windows get populated with the last bit of info. For > example, address[1] has info[3]. > > Thank you again. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
