Here is the coding for Player/Selector to install on your websites:  
 

 

Coding for Player with Select Optional Audio File:

<script language="JavaScript"> displaySWF_18(); </script>
<script language="JavaScript"> displaySWF_3(); </script>

<object id="Player1" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="wmtPlayer" width="150" height="76">
<param name="url" value="http://midweststreaming.com:insert_your_server _number _here">
  <param name="autostart" value="0"> ( Change "0" to "1" for auto start )
<param name="uiMode" value="mini">
<param name="playCount" value="5">
<param name="enableContextMenu" value="false">
</object>

<br>
<select name="music1" size="1" class="style6" id="inputURL1" onChange="Player1.URL = inputURL1.value;Player1.controls.play();" >
<option>Select Recent Show</option>

<option value="http://theedgeam.com/broadcasts/March_17_2007.mp3"> (Replace URL's/Titles with your own)
March 17th, 2007</option>
<option value="http://theedgeam.com/broadcasts/March_10_2007.mp3">
March 10th, 2007</option>
<option value="http://theedgeam.com/broadcasts/March_3_2007.mp3">
March 3rd, 2007</option>
<option value="http://theedgeam.com/broadcasts/February_24_2007.mp3">
February 24th, 2007</option>
<option value="http://theedgeam.com/broadcasts/February_17_2007.mp3">
February 17th, 2007</option>
<option value="http://theedgeam.com/broadcasts/February_10_2007.mp3">
February 10th, 2007</option>

</select> </font></p>


Your player will look like this:

  


 

Note: you can stretch to fit your website