[Flash8] Adding/Deleting/Modifying XML Content

Hello again!

I know this isn’t actually rocket science, but I really don’t know where to start in Flash Help, so I’m going to ask here fore some code, or just pointers.

So you have this list, which you’ve created using an external XML, which looks like this


<node name=“node1” />
<node name=“node2” />

How can you add some functionalities to this list, such as “Add Record”, “Delete Record”? I mean, I want to modify the XML file itself, and stay that way when I exit the .SWF. This is what boggles me. And I don’t want to use components :smiley:

Any help?

Cheers