Flash Help
Flash Help
- Started
- Last post
- 9 Responses
- ********
i want to capture data from flash input to txt file..
how to do this?
- unknown0
probably have to use getURL and load a PHP page that does it
although, never done it myself
if you can switch to director, use the fileIO xtra
- ********0
thx...
would i need to use data base?
trying to avoid using db
- unformatted0
using php, i think you could write the data to a txt file or xml file.
- ********0
any examples that i can look at ?
- unformatted0
it's somewhere here
http://www.php.net/manual/en/ don't remember what it was called though.
- ********0
thx man.. its a big help!!!
- ********0
there are a lot of tutorials at flashkit.com and actionscripts.co.uk
- unknown0
especially check out in php:
fopen() //to get stream
fputs() //to write data
fclose() //to close stream
- ********0
thx alot guys...
really really thx...