Flash: xml->array
Flash: xml->array
- Started
- Last post
- 27 Responses
- kyl30
yeah, thanks everybody!
- snizl0
Now, I'm assuming if I wanted to do some arrays I would replace [number] with 'i' for example?
- fugged0
yup.
- snizl0
Awesome, you're my hero! Now I just need to learn arrays, heh.
- snizl0
After using XML2AS with an xml file I am working it it reversed some of the main nodes for some reason
Here's the order it should be in:info
info
info
info
But for some reason it is outputting the order as SE, SW, NE, NW., instead of NW, NE, SW, SE. Any ideas why?
- snizl0
Here's another good parser that I just came across if anyone is interested: http://www.sephiroth.it/file_det…
- snizl0
Hey fugged,
Do you know why the parser reverses the order of my xml? When I am tracing some values in flash it outputs some values in the reverse order they should be.