I created a webpage with this line of code:
<a href="Scenic-3songs.m3u">(streaming with WinAmp)</a>
The referenced "Scenic-3songs.m3u" file contains this one line:
Here is the webpage:
When I view the webpage in Mozilla Firefox, Netscape or Opera, when I click on the link, it pops up the WinAmp mp3 player and it immediately starts streaming and playing the referenced 11 mb size mp3 file. When I view and click on the link in Internet Explorer (version 6.0), it pops up the WinAmp mp3 player but it does not play the mp3 file.
What code can I use that will stream the mp3 file in Internet Explorer (as well as the other web browsers)?
Thanks to anyone who can help me out.
<a href="Scenic-3songs.m3u">(streaming with WinAmp)</a>
The referenced "Scenic-3songs.m3u" file contains this one line:
Here is the webpage:
When I view the webpage in Mozilla Firefox, Netscape or Opera, when I click on the link, it pops up the WinAmp mp3 player and it immediately starts streaming and playing the referenced 11 mb size mp3 file. When I view and click on the link in Internet Explorer (version 6.0), it pops up the WinAmp mp3 player but it does not play the mp3 file.
What code can I use that will stream the mp3 file in Internet Explorer (as well as the other web browsers)?
Thanks to anyone who can help me out.