ceze
August 13th, 2003, 09:23 AM
hello.
I'm trying to figure out something that i don't know if it is possible:
Loading into the Array "List" several text files, that should load from six or seven diferent files located in the same folder as the .swf.
what I have now is the following example, the list is created manualy, and loads the files in order.
List = new Array('1', '2', '3');
How can I set it up so that it goes to a folder first, loads all the text files in order, and after finishing goes to another random folder?
Thanks
I'm trying to figure out something that i don't know if it is possible:
Loading into the Array "List" several text files, that should load from six or seven diferent files located in the same folder as the .swf.
what I have now is the following example, the list is created manualy, and loads the files in order.
List = new Array('1', '2', '3');
How can I set it up so that it goes to a folder first, loads all the text files in order, and after finishing goes to another random folder?
Thanks