Help with PHP/Flash?

Out of context: Reply #9

  • Started
  • Last post
  • 13 Responses
  • unfittoprint0

    XMLis an hierarchical display of information.
    You can include different attributes, and easily target specific parts of the structure.
    But the most important thing is that it can be translated into a multidimensional arrays [arrays indide arrays inside arrays...]. Imagine you have information in different levels [as folders, subfolders, subfolders...]. You can pass the XML to Flash and parse it eaasily with nested for loops...

View thread