: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 you can read contents
from xml but can we write in to xml that is all is my dout.......
I will be greatly honoured if anybody could help.
SacredStone - 27 May 2008 12:56 GMT
> can we write in to xml that is all is my dout.......
Yes... you can. You need a server side language just like ASP, PHP, ASP NET,
etc. that reads data from a source, processes them and outputs your XML.
Just search Google for something like "from asp to xml" where you can
substitute asp with any language you need for your webserver...
theTraveler3 - 28 May 2008 21:06 GMT
With Flash alone, no.
If you are one the web, you can easily send your XML data to a server page
such as php, asp and use that to write to a file on the server.
I havn't had a chance to look into Adobe Air yet, but if you are developing a
Flash based desktop application, the AIR platform should let you do IO, but
don't hold me to that.
Prashanth Karunakaran - 29 May 2008 01:28 GMT
Thanks a ton for that reply, as it is an desktop application it is difficult. Is their any other way by atleast i can save it as TEXT or SWF or any other format. Please Reply
The Feldkircher - 29 May 2008 10:17 GMT
Hi
Checkout SharedObject, it allows you to store up 100K on the local machine, its effectively a cookie for Flash.
Prashanth Karunakaran - 29 May 2008 10:28 GMT
First of all thanks for that reply :-)
Can you be more precise and i need to save a file which is more than 100K and keeps increasing i mean needs to get updated and stored fro future referance.
Prashanth Karunakaran - 29 May 2008 10:29 GMT
First of all thanks for that reply :-)
Can you be more precise and i need to save a file which is more than 100K and
keeps on increasing i mean needs to be updated and the previous files need to
be stored for future reference.