12/12/2009 4:42:10 AM
Title:
read and write xml dynamically
is it possible to read and write external xml file in flex 3 without air? give me a sample one
12/12/2009 4:51:17 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.
12/13/2009 1:30:32 AM
use upload feature of flex to upload file to server and read it there then provide user the link to save as the file . Direct saving and reading of xml files is not allowed in flex.Due to security reasons.
12/13/2009 1:45:28 AM
To display multiple images from xml.You can use renderer component to load images in flex. Check in this example :
http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/