Hi. I need some help - I have local .txt files in my directory, and I want flash to be able to read the file, and store its content in a string variable.
From the sources and tutorials I've seen online, I saw it's only possible to do this through php, then send the content to flash using sendandload (?) .
I might be wrong, but I think the way to go about this, in php, is to create a variable which holds the 'body' of the file, then send it to flash using the echo method. I'm very new to php, so I need a little help with the code. Thanks very much in advance :)