Here’s a
sample two-stream listen.asx for your convenience:
Code:
<ASX version = "3.0">
<TITLE>My Great Radio</TITLE>
<ENTRY>
<TITLE>My Great Radio (Broadband, Stereo, 96 kbit/s mp3PRO)</TITLE>
<REF HREF = "http://www.mygreatradio.com:8040" />
<AUTHOR>www.mygreatradio.com</AUTHOR>
<COPYRIGHT>© 2008 www.mygreatradio.com</COPYRIGHT>
</ENTRY>
<ENTRY>
<TITLE>My Great Radio (ISDN, Stereo, 32 kbit/s mp3PRO)</TITLE>
<REF HREF = "http://www.mygreatradio.com:8050" />
<AUTHOR>www.mygreatradio.com</AUTHOR>
<COPYRIGHT>© 2008 www.mygreatradio.com</COPYRIGHT>
</ENTRY>
</ASX>
Oh, and you should be sure that your web server delivers this file with a MIME type of »audio/x-ms-asx«.
HTH