PDA

View Full Version : Flash XML (match client w/services)


altspace
07-13-2004, 03:42 PM
What I have is a two column text listing in Flash. In column one are client names, while column two contains the services related to that client. I would like to be able to use my XML file to load these text fields and when a client is mousedover, the associated services are highlighted. That's it.

Any help is much appriciated. Thank you!

nMedia
07-15-2004, 07:47 AM
Hi there,

Something you may want to try is to use 2 listboxs and populate your xml data into the relevant listbox.

Then when you click on a name in listbox one, you get the selected index and then set the selected index on listbox two to the same value.

Hope that this helps.