FNfG
March 26th, 2009, 01:27 PM
Trying to keep this succinct:
I would like to ask you if you believe I am going about this the most efficient way.
I need to display my content in groups of 9 (3 rows, 3 columns). The content is listed in an XML doc.
I load my XML and then (here's where I would like your thoughts):
1. I will create a loop to assign an int. for each XML sibling (the content that will be displayed).
2. I will create an empty MC for each int.
3. Display each int.'s corresponding content into the MCs.
4. Display each MC on the stage.
** displaying my MCs on the stage in 3 rows and 3 columns is also confusing me... but this is another thread for later.
thank you in advance if you are able to help guide me with my project logic...
I would like to ask you if you believe I am going about this the most efficient way.
I need to display my content in groups of 9 (3 rows, 3 columns). The content is listed in an XML doc.
I load my XML and then (here's where I would like your thoughts):
1. I will create a loop to assign an int. for each XML sibling (the content that will be displayed).
2. I will create an empty MC for each int.
3. Display each int.'s corresponding content into the MCs.
4. Display each MC on the stage.
** displaying my MCs on the stage in 3 rows and 3 columns is also confusing me... but this is another thread for later.
thank you in advance if you are able to help guide me with my project logic...