Knowledgebase

Free Flash MP3 player for Shoutcast servers

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.
Download, Configure and Upload

1. Download the player here : minicaster.zip
2. Unzip the archive.
3. Edit your config file (minicaster.xml) for your shoutcast server :

Code:
<?xml version="1.0" encoding="iso-8859-1" ?> <config version="1T" xmlns="http://www.draftlight.net/dnex/config/ns/1T/"> <mp3cast> <mount>http://sh1.audio-stream.com:8000/;</mount> <website>http://www.internet-radio.com</website> <title>Hardcore Radio</title> </mp3cast> <init autoplay="0" volume="80" reload="5" xfade="0" /> </config>

Change the mount to read http://yourserverip:yourserverport/;. The website and title tags should be changed to reflect your radio stations details.

4. Upload minicaster.swf and minicaster.xml to your website.

Embed into your website

Paste the following code into your website :

HTML Code:
<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>

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

Embedded HTML5 SSL Secure Web Player with Centova Cast Widgets

Since modern web browsers have stopped allowing non secure elements in web pages we must start...

How do I stream to mobile devices

  Question; How Do I stream to mobile devices? Answer; You should use a HTML5 embedded...

Free Flash MP3 player for IceCast servers

Minicaster Shoutcast Flash Player is a free shoutcast radio flash player by Draft Light....