PDA

View Full Version : Loading a text file



cturner
March 22nd, 2003, 10:11 PM
Is there any way of letting a user load their own text?

CyanBlue
March 23rd, 2003, 02:49 AM
Howdy and Welcome... ;)

The only thing I can think of is to use form in HTML to upload the user's text file into the server first and have server side script to move to the appropriate directory under the one where your Flash movie is sitting, and have Flash load the text file...

eyezberg
March 23rd, 2003, 07:23 AM
Input box + cut'n'paste.
Or as above.

CyanBlue
March 23rd, 2003, 07:27 AM
Oh... That could work out too... Thanks, eyezberg... ;)