I want to add array containing textfield to movieclip and the following statement doesn't work
for loop {
myMov.addChild(myArray[i].person);
}
person is the xml node and xml has root employee and nodes person and content in CDATA
Hope someone helps!
Thanks in advance!