preloading text files in flash
preloading text files in flash
- Started
- Last post
- 2 Responses
- thirtytwo
I was wondering if this is possible. I am loading a ton of data in a text file to a flash movie to create a chart. Is there a way I can check to see if the text file is loaded then build the graph...
any help would be great...
- thirtytwo0
Found it, I set a var in in the text file, and then I set a check for it in the next frame...
- tomkat0
load the file into any movieclip - then use clipEvent (onData) to extract the variables from the textfile..the clipEvent will only work if the .txt is loaded completely..
hope it helps..