Hi, id like to put a Shoutcast player on my site. But i dont really know, is it possible. And if it is, just how to make it? Do i have to use AS?
Please, help ;]
Printable View
Hi, id like to put a Shoutcast player on my site. But i dont really know, is it possible. And if it is, just how to make it? Do i have to use AS?
Please, help ;]
if they are streaming as mp3 I would imagine it's possible.
I thought this an interesting question so I looked further.
http://www.milk-n-strawberry.com/blo...tcast-in-flash
I tried this and it works locally(localhost server) but not on my remote server.
Note there is a type in the above code it should read
code:
shoutcast = new Sound();
watchpos = function(){
buffer.text = shoutcast.position;
bufferbis.text = shoutcast.getBytesLoaded()/1000;
}
setInterval(this,"watchpos",10);
shoutcast.loadSound("shoutproxy.php",true);
another thread on this:
http://www.were-here.com/forum/tm.as...heck=404583905
ok, thx, but unfortunatelly i didn't have time to check it out. when ill do it, ill post bacl.