darkdragon Level: Guest

|
play stops when selecting another song
hi
i am creating a media player to play mp3. i have made a very basic program, but have come to a problem.
i currently open a number of mp3 files and store them into a split array, 0 has the path to the files and 1 has all the files names. they are then listed in a list box and can be played by selecting one and clicking on play, but if u select another one it will stop the current playing track
wat i want is it to continue playing until either the song has finished or when i click play for the next song.
currently using player.url=list1.text to get the location to play the song
hope u can help, and i hope i have made my problem clear.
thank you.
|