load status 4 txt files in flash
load status 4 txt files in flash
Out of context: Reply #2
- Started
- Last post
- 9 Responses
- unknown0
set a variable in your movie... for instance LOADED = 0;
then at the end of your text file set LOADED = 1;
It must be at the end though...
Motivdesign - It does matter if you've only got a small file especially if you're doing any display stuff with this data... your program will receive a load of VOID's