Hi Ravi,
 
Welcome to Macromedia Flex world.
 
Macromedia Flex applications run in Macromedia Flash Player on client side. Due to security restrictions you can not write XML file directly from Flex/ActionScript code. But you can achieve it by using any server-side script like php, asp, java, cfm.
 
So you can send data back to server using POST/GET(HTTPService tag), WebService or RemoteObject. On server-side, you have a script that reads the data sent from client and write it to a XML file on server....
 
Similar requirement has been discussed in this mailing-list and someone did it with using ASP. Please search the flexcoders archive(link is in footer of this mail) for more details
 
You can also look at http://www.cflex.net for same link..
 
-abdul


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ravi mishra
Sent: Thursday, December 29, 2005 11:17 AM
To: [email protected]
Subject: [flexcoders] how to write on an XML file

hi group,
 
i am a new joinee of this group and i am a novice in the field of FLEX.
when i started working with XML files in Flex.
i can get data from an XML file to our Flex applictaion. but if i want to write on an XML file from my Flex application then what should i do.
people plzz tell me about that.
 
regards
ravi


i love to walk in rain, b'coz no one can see me crying.

Send instant messages to your online friends http://in.messenger.yahoo.com

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to