quickblueink
Technical User
Ok, I have a text file that is actually a tab delimited excel spreadsheet. It has 20 fields and about 2000 lines. I want to parse this file into a flash object, so that i can display them. Here's the problem: I can't use a webserver or any server side scripting to do it.
I want to build a flash movie that will read from this textfile, but i want to be able to run it from a cd or someones hard drive, without worrying about whether or not they are running a webserver, any program interfaces (perl interpreter, ASP, etc), or generator on their machines.
The movie will read from the text file and put each line into an object such that it will look like
fileContents.row1.field1 = [1st field on 1st row]
any idea how to read this text file with just it and the flash player? Thanks,
M.austin
I want to build a flash movie that will read from this textfile, but i want to be able to run it from a cd or someones hard drive, without worrying about whether or not they are running a webserver, any program interfaces (perl interpreter, ASP, etc), or generator on their machines.
The movie will read from the text file and put each line into an object such that it will look like
fileContents.row1.field1 = [1st field on 1st row]
any idea how to read this text file with just it and the flash player? Thanks,
M.austin