Hi I’m working with and creating XML in my script.
I have some for statements that run through and append xml to the main xml script when required,
But this doesnt seem to work, I think this is because of the time it takes for flash to append to xml. xmllist get put in the wrong place ect. It basically caunt append the xml quick enough.
But In the for statment, if I append the xmllists to a string first before appending it all to the main.xml it works.
So this is the work round if I have… append as strings first.
I would rather append to xml with in for statments first though.
Does anyone know of eventlisteners or anything that I can use to make sure the xml has been appended.
Thanks
Aidan