views:

208

answers:

1

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. I WANT TO SAVE THE XML FILE ON LOCAL DRIVE (SAY C: DRIVE OR D: DRIVE BUT ON LOCAL HARD DRIVE

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.

A: 

How about FileReference::save ?

back2dos