fawn
10-07-2003, 07:31 AM
I have two servers, one of which allows audio streaming in or out and the other only allows streaming audio in. I would like to store the audio files on the first server and play them from the second server.
A present I use embed to play the music on either server using the following code:
<embed SRC="music/audiofile.wma"
AUTOSTART="false" VOLUME="100"
WIDTH="300" HEIGHT="45"
LOOP="true">
This requires that the audio file to be saved on the particular server where the sound will be played. How can I change this code to stream the sound from one server to the other?
A present I use embed to play the music on either server using the following code:
<embed SRC="music/audiofile.wma"
AUTOSTART="false" VOLUME="100"
WIDTH="300" HEIGHT="45"
LOOP="true">
This requires that the audio file to be saved on the particular server where the sound will be played. How can I change this code to stream the sound from one server to the other?