i am wanting to display the names of the tracks in a folder on the server for my mp3 player. I do not want to populate the array manually… so here is my code i am trying to work with.
var musicFolder:String = “http://www.kirupa.com/tutorials/”;
var tracksArray:Array = new Array(musicFolder.length)
trace(tracksArray.name[0]);
in the trace… i want to display the “name of the file”…
thanks everyone.