Hi,
I am trying to create phonebook program, using Flash.
My idea is simple-
First the user search for the contact (in frame 1).
The search function run on main XML and write the result to new XML.
After that, we are moving to frame 2, where the new XML get parse to (kid of) selection menu, where the user can view his search result.
My problem-
When the search function loop write a new node, it delete the previous ones.
(I used the .parseXML command…)
Can anybody help me to understand- how can the loop add new node without overwriting the entire file?
Thank you!