I am writing a program and want to take store user inputs into a XML document.
Example
Try for XML File's Existence
Catch Create XML File
I also want the options to: Write to that file Read from that file with Array usage
Security is no issue. This is a local file with no needed security.
How would I do this using AS3. Any good tuts?
Thanks!