Debugging XML files in Flash

By | January 6, 2006

In Flash when a XML class is loaded it has a status property which return a value between 0 and -10.
Here are the values of those error.

  • 0 = No error
  • -2 = Character data (CDATA) not well terminated
  • -3 = XML declaration not well terminated
  • -4 = DOCTYPE not well terminated
  • -5 = A comment not well terminated
  • -6 = XML element malformed
  • -7 = Application out of memory
  • -8 = Attribute value not well terminated
  • -9 = Start tag did not matched an end tag
  • -10 = End tag without a start tag
  • Founded in the Book of Sas Jacobs.

     
    0 Kudos
    Don't
    move!

    One thought on “Debugging XML files in Flash

    1. Pingback: Metah Blog

    Thoughts?