Flash XML swfs
Flash XML swfs
Out of context: Reply #7
- Started
- Last post
- 13 Responses
- unfittoprint0
to construct a multi level xml you'll have to 'copy' the xml structure when parsing. How?
I always separate the data 'retrieving' from the layout constuction. First you should use nested for loops to construct a multidimensional array [as in multi levels]. After the onLoad function, run each level of your array [using a for loop] and use the the library linked items to populate your menu's items and subitems.