Free Shoutcast / Icecast Flash Player
This is another version of a simple Flash Player. Just copy the code and Embed it onto your website. Simply add your ip address, port and Flash Player Skin Name ”http://ipaddress:port“ For Icecast remember to add your mount point. With a selection of skins to choose from. Skin names in lowercase.
- Works with ANY SHOUTcast & Icecast Server
- Works with Firefox, Safari, Internet Explorer and Google Chrome!
- Selection of over 25 Themes (See below)
- Plays Radio MP3 Streams via Your Site
- Simple Copy & Paste Code
3dpixelstyle
Atomicred
Bekle
Bluemetal
Comet
Controlpanel
Dangdang
Fashion
Festival
Grungetape
Icecreamsneaka
Kleur
Magma
Metarby10
Modieus
Nacht
Neon
Pearlized
Pixelize
Playcasso
Schoon
Seawave
Silverywhite
Snel
Stijl
Traganja
Shoutcast Flash Player With Custom Skin
Skin names in lowercase. For width and height see “340“,”50“
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.
<a href="https://www.shoutcheap.com/shoutcast/">Shoutcast</a>
<script type="text/javascript" src="https://www.shoutcheap.com/flashplayer/skins/swfobject.js"></script>
<script type='text/javascript'>
var s1 = new SWFObject('https://www.shoutcheap.com/flashplayer/skins/player.swf',
'player',"340","50","9","#FFFFFF");
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always')
s1.addParam("flashvars","skin=https://www.shoutcheap.com/flashplayer/skins/skin-name.swf&title=Live Stream&type=sound&file=http://ipaddress:port/;stream.mp3 &13202692901&duration=99999&id=scplayer&autostart=true");
s1.write("container");
</script>
Icecast Flash Player With Custom Skin
Skin names in lowercase. For width and height see “340“,”50“
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.
<a href="https://www.shoutcheap.com/shoutcast/">Shoutcast</a>
<script type="text/javascript" src="https://www.shoutcheap.com/flashplayer/skins/swfobject.js"></script>
<script type='text/javascript'>
var s1 = new SWFObject('https://www.shoutcheap.com/flashplayer/skins/player.swf',
'player',"340","50","9","#FFFFFF");
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always')
s1.addParam("flashvars","skin=https://www.shoutcheap.com/flashplayer/skins/skin-name.swf&title=Live Stream&type=sound&file=http://ipaddress:port/stream%3Ftype%3D.mp3 &13202692901&duration=99999&id=scplayer&autostart=true");
s1.write("container");
</script>