I have a txt file which my flash movie loads two rather long variables from. I give the movie 1 frame to load and on the next frame, start displaing some of the loaded variable. When I run the .swf none of the data shows, however when I right click -> Rewind -> Play, it runs perfectly.
Could this be because the data loaded from the text file is not complete in the time of 1 frame. I've also tried giving it up to 30 frames to load but still the same result.
I've tried 2 methods of loading the txt file:
loadVariablesNum("textfile.txt", 0);
and
_root.loadVariables("textfile.txt"
;
Both give the same result.
Could this be because the data loaded from the text file is not complete in the time of 1 frame. I've also tried giving it up to 30 frames to load but still the same result.
I've tried 2 methods of loading the txt file:
loadVariablesNum("textfile.txt", 0);
and
_root.loadVariables("textfile.txt"
Both give the same result.