11/30/2009 5:08:56 AM
Title:
xml write
hi, can i write xml using flex 3?
i have done this in air... but i want to do it in flex 3....help me...
11/30/2009 7:15:56 AM
you cannot directly write files using flex on client system . instead you should send the xml data to some server side like php to save file on server and then pass on the link to user for download it.