Minicaster Shoutcast Flash Player is a free shoutcast radio flash player by Draft Light.
Minicaster is free from memory problems that other playheads can suffer from.
The Shoutcast Flash Player allows you to embed a shoutcast server into your website.
No external music player is required.
Play internet radio straight from the web.
1. Download the player here : http://www.draftlight.net/dnex/mp3pl...minicaster.zip
2. Unzip the archive.
3. Edit your config file (minicaster.xml) for your shoutcast server :
<?xml version="1.0" encoding="utf-8" ?>
<config version="1T" xmlns="http://www.draftlight.net/dnex/config/ns/1T/">
<mp3cast>
<mount>http://yourip:yourport/;</mount>
<website>http://yourdomain</website>
<title>Your title</title>
</mp3cast>
<init autoplay="0" volume="80" reload="5" xfade="0" />
</config>
4. Upload minicaster.swf and minicaster.xml to your website.
Embed into your website
Paste the following code into your website :
<object id="fmp256" type="application/x-shockwave-flash" data="minicaster.swf" width="180" height="70">
<param name="movie" 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>