A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Shoutscast in KoolMoves?

  1. #1
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440

    Shoutcast in KoolMoves?

    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 ;]
    Last edited by ant_Z; 08-05-2006 at 07:45 PM.

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    if they are streaming as mp3 I would imagine it's possible.

  3. #3
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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);


  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

  5. #5
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    ok, thx, but unfortunatelly i didn't have time to check it out. when ill do it, ill post bacl.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center