Yes, you will have to rename the shoutcast pls to m3u though.
so your url would go from: www.myshoutcast.doh:8000/listen.pls
to: www.myshoutcast.doh:8000/listen.m3u
Also note that Flash...
Type: Posts; User: BLiZZaRD; Keyword(s):
Yes, you will have to rename the shoutcast pls to m3u though.
so your url would go from: www.myshoutcast.doh:8000/listen.pls
to: www.myshoutcast.doh:8000/listen.m3u
Also note that Flash...
What you want to do is stream the mp3's from an external source.
use soundobject.loadSound("urlto.mp3",true) to "stream", which plays as it loads, not packet streaming like winamp.
You can use...