;

PDA

Click to See Complete Forum and Search --> : Shoutscast in KoolMoves?


ant_Z
08-05-2006, 07:21 PM
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 ;]

blanius
08-05-2006, 10:00 PM
if they are streaming as mp3 I would imagine it's possible.

blanius
08-05-2006, 11:39 PM
I thought this an interesting question so I looked further.
http://www.milk-n-strawberry.com/blog/shoutcast-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

shoutcast = new Sound();

watchpos = function(){
buffer.text = shoutcast.position;
bufferbis.text = shoutcast.getBytesLoaded()/1000;
}
setInterval(this,"watchpos",10);
shoutcast.loadSound("shoutproxy.php",true);

blanius
08-05-2006, 11:47 PM
another thread on this:
http://www.were-here.com/forum/tm.asp?m=1241458&p=1&tmode=10&smode=1&cookieCheck=404583905

ant_Z
08-11-2006, 08:10 AM
ok, thx, but unfortunatelly i didn't have time to check it out. when ill do it, ill post bacl.