Log in

View Full Version : save text from interface



Assad
06-15-2008, 10:30 AM
how can i save some text from my interface to some file ...(notepad or xml)?

Medyman
06-15-2008, 03:04 PM
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.

Assad
06-15-2008, 03:38 PM
ya on flash......

for example i have text area and i wanna my users fill it and i have this note in some file...

???

Medyman
06-15-2008, 03:52 PM
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.