Actually, I still think you could do all this dynamically. Much cleaner! You
don't need rootvar and you don't need to place buttons on the circles. The
circle_mc can be its own button. In fact, I would simply replace rootvar in the
xml with two more parameters, an x and y that represent the map location of the
circle for that city.
Here is a link to it:
http://www.kalalau.org/MMForums/listtest_8_phil.zip The buttons are smart and when rolled over, they automatically select the
right tour in the listbox and textarea as well as begin blinking, and a click
will simulate a call to HTML using the Output window showing the LinkID of that
tour. I changed the XML to remove rootvar and put in coordinates of the tour.
To find the position in pixels of any new tour, just drag a circle_mc to the
stage, place it and look at the x/y. Put those values in the XML and delete the
circle_mc from the stage.
Great job getting all the components bound and working! This kind of setup
lets you do all the work in the XML instead of the FLA. When you add a tour,
just change the XML, no need to recompile the FLA.