Please tell me how to make a highscore list?

Well, i need to make a highscore list, but i need to make it using textfiles! but since i am very new at programming i cant figure out how to sort the the list…i want to sort the list within flash, but how do i make it so that the names and the scores get sorted together? currently i am thinking of somehow using sortOn on the array generated using “split”…but since the information resides on a external text file, therefore this method might be very slow in practice, and especially when my target viewers are dial-up users. So what do you guys suggest?