xml flash dropdown nav
xml flash dropdown nav
Out of context: Reply #9
- Started
- Last post
- 12 Responses
- unfittoprint0
Yopu'll have to use e a for in loop in each of the 'branches' of your XML tree.
Check to see the length of each item [and subitem] parse their information accordingly.
If you want a menu with different submenu items and with a show hide display feature,., create empty movie clips to serve as 'holders' of each subcontent.
Align the different items, using the _y value for example:
this["item"+i]._y=this["item"+(i...Another thing. Use different loop carathers in different loops [i, b, x].
good luck.