how can i save some text from my interface to some file ...(notepad or xml)?
how can i save some text from my interface to some file ...(notepad or xml)?
That's an extremely broad question. What interface are you talking about? Is it made in Flash?
Post some code or source files or at the very least a link to see the "interface" in action.
ya on flash......
for example i have text area and i wanna my users fill it and i have this note in some file...
???
1. Do you have PHP (or another server-side language) available on your server?
2. Do you know how to read/write files in PHP?
You would need to do/know those things before you delve into the ActionScript. The AS required isn't really that hard. You're just send variables from Flash to a server-side script using the LoadVars class. But the work of writing the text to a file will be done by PHP.
Assad (06-16-2008)
Bookmarks