Skip to main content
Participant
February 25, 2008
Question

Variable as instance name in actions panel

  • February 25, 2008
  • 1 reply
  • 270 views
ok, I have a map of Alabama and each county in Alabama is a button. The county names and other info is being brought in by XML. I need to be able to use the county name that is being brought in from the XML file as the instance for and .onRelease function. This is not working for some reason and I am sure it is something that I just don't know or something I am looking right over. Thanks in advance!

example:
This topic has been closed for replies.

1 reply

February 25, 2008
Hello,

Welcome to the forums

I'm not exactly fluent on XML integration, but I do have some understanding of it.... How is the XML populating the data, for example, are you using text fields on the stage to populate the XML data? Or is it all done dynamically?

Doug

gsrchaosAuthor
Participant
February 25, 2008
The XML file is being created dynamically using PHP and all the data is being drawn from a MySQL db.
gsrchaosAuthor
Participant
February 26, 2008
can anyone help me with this?