I load in an xml file and drop markers based on the lat lng coordinates contained within it and use a sidebar to filter which types of markers get created. Is your issue loading the xml, parsing it, or connecting it to the sidebar? The second half of the PHP/SQL tutorial (http://code.google.com/apis/maps/articles/phpsqlflex.html) is all about loading markers from an xml doc with a for loop. From there all you have to do is set the sidebar button to run the loop and drop your markers. I've been able to do quite alot with this by having a jquery ajax menu that adds to my xml file and tells flash to update the markers and repopulate their info windows with an rss feed. It all depends what you're trying to do, but i'd start with the PHP/SQL tutorial.
On Jul 14, 4:49 pm, Harrison <[email protected]> wrote: > Anyone had success loading points from XML file into a sidebar when > selected puts the marker onto map? I'm trying to use the Marker > DataGrid demo as a reference but I'm failing miserably when recreating > in Flash. Any insight anyone can provide would be greatly > appreciated. -- 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.
