how to setting minicaster flashplayer in shoutcast server ?

sai123m

New Member
hi, please help me
i can't install my flashplayer in my local website, (the sound still off in my flash player )
I think I need a correct script player to be used in the web.
my radio server is 191.167.0.4:8000
i 've use shoutcast server.
this is my script in my minicaster.xml :
Code:
<?xml version="1.0" encoding="iso-8859-1" ?>
<config version="1T" xmlns="http://www.draftlight.net/dnex/config/ns/1T/">
<mp3cast>
  <mount>http://191.167.0.4:8000/listen.pls</mount>
  <nowplaying type="shoutcast" poll="30">http://191.167.0.4:8000/listen.pls</nowplaying>
  <website>http://191.167.0.4/blog</website>
  <title>radiouns</title>
</mp3cast>
<init autoplay="0" volume="80" reload="1" xfade="0" />
</config>
and this is my script in my web for showing the player :
Code:
<object id="minicaster" type="application/x-shockwave-flash" data="minicaster.swf" width="200" height="80">
  <param name="audio" value="minicaster.swf" />

  <param name="wmode" value="transparent" />
   <div class="stirfry">
   <h4>Minicaster Radio Playhead</h4>
   <p>To listen you must <a href="http://www.macromedia.com/go/getflashplayer/"
   title="Click here to install the Flash browser plugin from Macromedia">install Flash Player</a>. Visit
   <a href="http://www.draftlight.net/dnex/mp3player/minicaster/" title="Draftlight Networks">Draftlight Networks</a>
   for more info.</p></div>
</object>
whether there is something wrong on that's script?
somebody please help me :nerd:
 

sai123m

New Member
thanks for your respon, but that's still can't work.
i 've remove /listen.pls and the player still doesn't work
i hope there isn't problem with my server.
thanks for your suggestion, i will try FFMP3
i hope that's better than minicaster
 
Top