how to write to an xml file using flex

Posted by Gaurav on Stack Overflow See other posts from Stack Overflow or by Gaurav
Published on 2010-06-14T06:15:40Z Indexed on 2010/06/14 6:32 UTC
Read the original article Hit count: 144

Filed under:
|
|

Hi all, I have an application which takes live data from internet, I want to develop another application which reads data from the internet and writes it
to an XML file (i.e. I want to save the state in an XML file).

THE ONLY THING I NEED IS HOW TO WRITE THIS DATA IN AN XML FILE.

FOR EXAMPLE say I have a combo box which takes top 10 fifa world cup watching sites, now I want to write this information (i.e. whatever the data this combo box takes as input into an xml file).

I want the answer in flex only. And I don't want answer in AIR.

Thankyou in advance.

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about flex3