Hi Friends,
I am a new member in this forum. I am stuck with one problem. How can i
connect flash with a database. Remember this is a standalone program. Not for
web use. ie, my aim is to read or write data to and from a database. Is that
possible in flash.
OR
How can i write and read data to and from a file. Anybody can help me.....
If anybody have the code?
The Feldkircher - 06 Jan 2008 20:44 GMT
Hi
Checkout SharedObject for local storage up to 100Kbytes
You could also use xml but you may still need some middleware to write to an xml file.
Hope it helps