Link to home
Start Free TrialLog in
Avatar of nelmat
nelmat

asked on

ListBox Component dynamically selecting xml source from user selection in another listbox

I have a three column layout.  Column one is a list box. Selecting an item from column one, presents the user with a selection of sub-items in listbox two (column two of the layout).  The xml data I am using for options/sub options is extrememly large and cannot be reformatted (I can't redevelop the node structure with further sub nodes etc...)  I want to assign the url of the xml connector for column two dynamically using actionscript based on the users selection from the first list box - or something else which will achieve the same effect(!) I've tried various actionscript in the on change() handler of the first column, but nothing seems to work.

instance name of listbox to be changed - selectList
instance name of xml connecter - dynamicXML
instance name of listbox 1 (column one) - serviceList

I have set up the xml connector for column two with an initial URL and the xml is triggered and sat in frame one of the movie with all other actionscript and data connections for the movie.

I'm using flash mx 2004 Professional, v7.2  on Mac os X 10.3.6.

Please help!
Avatar of AgentSmith007
AgentSmith007

nelmat,

Can you attach a snippet of your XML file structure?
ASKER CERTIFIED SOLUTION
Avatar of negatyve
negatyve

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial