Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
apex2008 #1
xml write?
I've seen there are many cool features how to read in xml and work with it. Is
there any good way to write to xml file? For example, I have AS objects
structure, and want to write this info to xml file. How can I accomplish this
with ease and efficiency?
Thanks,
Sean
apex2008 Guest
-
Can we Write into XML
:confused; Hi, I have a big dout running in my mind that can we save a xml file from an swf., that is i have done so many projects from which... -
Write to XML
Hi, Simple question - is it possible to write values to an XML files from Flash withoutText -
Write code
Where I write the code? In a class file or in the component? -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
How to write URL wit #
Hi. Whot I have to do when I want to get page with anchor. When i wrote: getURL("xxx.htm#sign"); it did not work. Flash changed it to... -
Greg Lafrance #2
Re: xml write?
You would need to use AIR to write to the local file system, but if you want to write the xml on a server, just pass the xml from Flex to the server, then use server side xml writing routine.
Greg Lafrance Guest
-
apex2008 #3
Re: xml write?
I'd like to create xml on the memory (client side), and send it to the server ...
apex2008 Guest



Reply With Quote

