hi,
im making a flash application and it will not be used online. How do I get flash to read a simple txt file filled with a list of people's name? example,
joe
mary
larry
greg
tom
I would like flask to go through the data file, reading each name into a variable then output it into a text box.
Also, how do I get it to output the names to a regular text file? thankx in advance.
im making a flash application and it will not be used online. How do I get flash to read a simple txt file filled with a list of people's name? example,
joe
mary
larry
greg
tom
I would like flask to go through the data file, reading each name into a variable then output it into a text box.
Also, how do I get it to output the names to a regular text file? thankx in advance.