The project is as follows:
I am working on a project where "text", "image", "video" loads dynamically. The properties of these objects is also specified in the xml.
And in the above code I am getting error :
TypeError: Error #1010: A term is undefined and has no properties.
I guess the error may be in the line:: id_textfield_array.push(myXML.containers[j].textfield[k]. @ id);