I am trying to create an array in flash using a .txt file. I cannot figure out how to get an array to recognize the numbers in the text file. For example…I create an array by writing…allImgsArry=new Array (). Usually I would add my array contents in the parenthesis, but i need to add the contents from my text file into the parenthesis instead. This is because the end user wants to be able to rearange the array contents by only using the text file. If you have any ideas or need further explanation of the question, please let me know.
Thanks