Hello everybody!
I ve already spent 2 days doing this primitive task %) And have no ideas what to do %)
I need Tree based list of swf files (the structire can be rather complicated) and to move between files in branches and between branches using buttons. End branches contain links to swf which are loaded & played.
when I click button “preveous/next” the selection moves, but IsOpen() works only with root (first node), all the other one can open only using mouse!!!
1)How to make it open next/previous directory automatically, and goto first\last file there?? (I mean pointer)
2)How to make all the branches for ex. opened when user clickes the button?
Sourse file: http://blackrg.narod.ru/tree_notworking.rar
ps: tree structure I get from xml, which later can be changed…