Hi,
Can anyone tell me the detailed process involved in building audio streaming sites?
I have the music files(mp3) in the required html to display the content. This is what I need>>>
When a user clicks on the audio link I want the file(mp3/wav) to start playing. Suppose user clicks on xyz.mp3, it should open up quicktime player and start playing. If quicktime is not available then it should use other player to play. To do this, does my web hosting server needs to support quictime? do I have to include 2 embed codes for 2 different players? How exactly can I do this?