If you want to stream several audio files, such as .mp3 or .wma in order then you can use the below script to do this. You will need to add your own information, but you can see how it would with the below demo.
Copy the below into a text editor such as notepad and edit it:
#EXTM3U
#EXTINF:1,Your Title Here
http://heargoodnews.org/mp3/compilations/Jesus-Track1.mp3
#EXTINF:2,Your Title Here
http://heargoodnews.org/mp3/compilations/MyKing.mp3
#EXTINF:3,Your Title Here
http://heargoodnews.org/mp3/compilations/who-the-lord-Jesus-is.mp3
save it to a file such as demostreamer.m3u (must have the extension .m3u to work)
Then upload the .m3u file you just created to your website and then link to it.
That's it.
You can see how the above script works by clicking below:
Click Here to see the about script work - demostreamer.m3u
Click here to go back to the how to stream audio page.