Is there a way to create a new xml document from flash?
I was thinking I could just have flash try to load a file that isn’t there and it would create it itself, but that didn’t work.
Anyone know if there is a way to do that?
Another one would be to delete an xml document from flash?
I’m trying to make a multiplayer game… When two people play each other I want to create a new xmlFile that the two people will read and write to while playing so it doesn’t effect other people playing different games… And to delete the document when they are done so as not to waste space with already played games
Thanks.