I’m guessing that there is probably some easy solution that I have not been able to find out there…
I have a flash movie that contains the 50 US states as buttons. I need to be able to control three things about these button externally:
- Setting the default and mouse over color of the buttons.
- Setting the URL for the button. (Which contains a string like: stateresults.php?state=arizona )
- Creating a pop-up menu that contains additional links and appears next to the button. These may contain 1 or more items with different links.
I’ve been told that XML is the solution I am looking for, I just can’t seem to find any direction on how to do it.
Any advice would be appreciated.