PDA

View Full Version : flash and xml


mozaik007
11-13-2005, 03:56 PM
can flash save data to an XML file?

or can flash save data as an XML file?

Ive looked everywhere but can find no solution

i know i can use php or asp but i would have to pay extra for my web service to host these options, Im a cheap bastad :D

if any1 can answer this it would be much appreciated

Thnx

CyanBlue
11-13-2005, 07:02 PM
Howdy... :)

I can answer your question... NO, Flash cannot save the XML file...
You can however save your data in a format of cookie called Shared Object...

Flash Gordon
11-13-2005, 07:05 PM
I told you that in your other thread. :rolleyes:
minus the sharedObjects

mozaik007
11-14-2005, 02:40 PM
awesome

does this shared object require serverside programming?

basically i want to save text from flash into an external file without the use of php or asp

just wonderin if theres a way of doin it

Flash Gordon
11-14-2005, 04:38 PM
sharedOjects gets stored on the USER'S computer, not the server like you want.