patrick123
11-22-2011, 01:08 PM
in my xml i basically have this
<image><colors> red1, blue1 </colors></image>
i can call it into flash with this where number is passed in a function
colorlist1.addItem({cname:myImages[number].childNodes[3].firstChild, label:cname});
alright but my question is if there is a way to split this up so that when it is displayed in flash i get this:
red
blue
and not this : red,blue
thank you for your response.
<image><colors> red1, blue1 </colors></image>
i can call it into flash with this where number is passed in a function
colorlist1.addItem({cname:myImages[number].childNodes[3].firstChild, label:cname});
alright but my question is if there is a way to split this up so that when it is displayed in flash i get this:
red
blue
and not this : red,blue
thank you for your response.