Hello All,
I am using the tree component in Flash MX 2004. The data source is an XML file. When I click on a node I want to return the path to that node. So for example, If I have a parent node called 'Parent' and four child nodes called 'Child1', 'Child2', 'Child3' and 'Child4', when the user clicks on 'Child1', the actionscript should return firstChild.firstChild, If the user clicks on 'Child2', then firstChild.firstChild.nextSibling will be returned.
Thanks very much.
I am using the tree component in Flash MX 2004. The data source is an XML file. When I click on a node I want to return the path to that node. So for example, If I have a parent node called 'Parent' and four child nodes called 'Child1', 'Child2', 'Child3' and 'Child4', when the user clicks on 'Child1', the actionscript should return firstChild.firstChild, If the user clicks on 'Child2', then firstChild.firstChild.nextSibling will be returned.
Thanks very much.