Jump to content
xisto Community
Sign in to follow this  
BlueInkAlchemist

Actionscript 3 & Xml Error #1010 Why must it vex me so?

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.