Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Then, you simply generate you XML tree in a string variable, and write it to a file, with file_put_contents() or fopen()/fwrite()/fclose() calls.
How the flash will use it is totally dependent of the flash application itself, not from the xml structure.
You'd better start from the applicative side, and design your data structure from it than the other way.
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 08-15-2007 at 10:39 AM..
|