BlueInkAlchemist 0 Report post Posted September 25, 2008 This post is about a project I'm working on in Flash CS3, using ActionScript 3 and an external XML file.I am trying to populate dynamic text fields in a movie clip generated by ActionScript using data from XML. The line is formatted like so (leaving out the array brackets to avoid code confusion): clip.txt = xmlList.vname When I run the file like this, the movieclips appear but are empty. I then modify the code this way:clip.txt.htmlText = xmlList.vname This generates Error #1010: "A term is undefined and has no properties."Can any Flash gurus out there give me a hand? Thanks in advance. Share this post Link to post Share on other sites