Hi all
i have been trying out the File plugin with the Dir command in order to get a list of songs on my phone
when i use klFile1,klFile2... it shows the name no problem but if i create a Array from the klFileCount
eg.
for (var i:Number = 0; i < klFileCount; i++) {
song[i].text = klFile[i];
}
it does'nt return the song name.
can someone plz help me with this.