XML/Flash use.

Out of context: Reply #3

  • Started
  • Last post
  • 4 Responses
  • enobrev0

    it's also the best and most organized method of loading a large sum of data.

    Rether than debugging what went wrong where by digging through hundreds of &'s and ='s, you have a well organized document to flip through and find what's supposed to be passed.

    Also, since AS has built in xml support (which is just as tedious or moreso in any language) it's easier to import entire arrays by looping through your xml object, rather than parsing generated variable names like item1=1&item=2&item3=3

View thread