Internet Radio Forum   Home Home

Shoutcast Flash Player

Reply
 
LinkBack (58) Thread Tools Search this Thread Display Modes
  58 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 22nd April 2009, 04:21 PM
Support's Avatar
Support
 
Join Date: Apr 2009
Posts: 643
Information Shoutcast Flash Player

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 : http://www.draftlight.net/dnex/mp3pl...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://84.16.251.251:9106/;</mount>
  <website>http://www.internet-radio.org.uk</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>
Need help / support ? Post a reply :
Reply With Quote
  #2 (permalink)  
Old 27th April 2009, 08:32 AM
Junior Member
 
Join Date: Apr 2009
Posts: 5
Default Shoutcast player

Thanks!!
Reply With Quote
  #3 (permalink)  
Old 29th July 2009, 07:48 AM
Junior Member
 
Join Date: Jul 2009
Posts: 1
Default very good work

Thanks
Reply With Quote
  #4 (permalink)  
Old 6th September 2009, 11:58 AM
Junior Member
 
Join Date: Sep 2009
Posts: 4
Default

***NEWBIE ALERT***NEWBIE ALERT***NEWBIE ALERT***NEWBIE ALERT***

Wow...

This site has loads of information and useful ones.

Now, I have tried the above, step-by-step, many times, but it did not work for me.

At the moment on my site I have a window that shows the start page of my web radio, (www.fox-webdesign.co.uk/fox-radio.html)

I wanted to remove that window so that I have more space to configure my site the way I want to, but after trying the instructions from this thread, I get the FMP minicaster on my site, but I can;t press the Play button, it is as if the button us frozen.

I'm quite sure is one of my configurations, but me being a true newbie to this webradio stuff, would not know where to start in order to fix the problem.

So I'm here requesting the help of you guys.

Thank you very much in advance.
Reply With Quote
  #5 (permalink)  
Old 6th September 2009, 04:56 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default

Hi,

I have tried it and it's running well.
I can open it with Safari Browser and running smooth, but when I open with IE, the problem is every 1 minute, the streaming cut for 1 second.

Any advise?
Reply With Quote
  #6 (permalink)  
Old 19th November 2009, 08:14 AM
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default

Thank you for this description.

But two things I'd like to change:

- is it possible to include the "now playing" title in the player?
- how can I change the code so that the Server IP won't scroll into the player?

If the title would scroll instead of the server IP it would be perfect.
Reply With Quote
  #7 (permalink)  
Old 21st November 2009, 05:53 AM
Junior Member
 
Join Date: Nov 2009
Posts: 2
Error Custom flash player for shoutcast stream

Okay,

This forum seems the closet ill get to answering my question.

I have a shoutcast stream through a 3rd party streaming company, jb stream.

I am unhappy with my current player ( it seems to crash peoples browsers).

I found a player which i would like to emulate, and they use the same company to stream as i do, so i know this can be done!

Here you can find my current player: Mystic Politics | Mystic Politics Radio
Here is my stream: JBServers.net :: Shoutcast Control Panel

Here is the player popup url id like to mimic/copy/steal : Listen Live to AMO 24/7! | Atlas Media Online

here is the code:
Code:
<!-- SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/swfobject/ -->
<script type="text/javascript" src="players/swfobject.js"></script>
<body onload="ajax_update();">

<embed type="application/x-shockwave-flash" src="players/mediaplayer.swf" style="" id="amo247" name="amo247" quality="high" flashvars="type=mp3&amp;file=http://74.86.169.94:8038/;stream.nsv&amp;backcolor=0xc9e0fa&amp;autostart=true" height="0" width="0"></div>
    <script type="text/javascript">
        var so = new SWFObject('players/mediaplayer.swf', 'amo247', '0', '0', '7');
        so.addVariable('type', 'mp3');
        so.addVariable('file', 'http://74.86.169.94:8038/;stream.nsv');
        so.addVariable('backcolor','0xc9e0fa');
        so.addVariable('autostart', 'true');
        so.write('player');
    </script>
<div id="header"><span></div>
<div id="body-inner">
<h2>Now on AMO 24/7...</h2> 
<center><span="http://jbstream.net/tunein.php/amo/tunein.pls" id="cc_stream_info_song">Loading...</span></center>
<script language="javascript" type="text/javascript" src="http://jbstream.net/system/streaminfo.js"></script>
<script language="javascript" type="text/javascript" src="http://jbstream.net/js.php/amo/streaminfo/rnd0"></script>
<br/><center><a href="javascript:this.location.reload();">Reload Player</a></center>
</div>
<br/>


</body>
basically this loads a stream in a popup window, EXACTLY as i wish to do, and they use sam broadcaster and jbstream, exactly as i do.

Can anyone tell me how to load up the stream in a swf file like they have?

Thanks a bunch!
Reply With Quote
  #8 (permalink)  
Old 23rd December 2009, 12:21 PM
Junior Member
 
Join Date: Dec 2009
Posts: 3
Default

Quote:
Originally Posted by Stefanseiner View Post
Thank you for this description.

But two things I'd like to change:

- is it possible to include the "now playing" title in the player?
- how can I change the code so that the Server IP won't scroll into the player?

If the title would scroll instead of the server IP it would be perfect.
Hi,

We've just launched a new site that uses a Flash player to play Shoutcast streams. It includes track playing information as well as cover art.

We're going to be releasing embeddable versions of the player over the coming weeks, follow us on twitter (@radiotuna) or keep an eye on the site (RadioTuna.com) for release updates.

Thanks,

Will
Reply With Quote
  #9 (permalink)  
Old 21st January 2010, 07:18 PM
Junior Member
 
Join Date: Jan 2010
Posts: 1
Default Fla

Is there any way I could get a copy of the fla file I would like to make some changes
Reply With Quote
  #10 (permalink)  
Old 14th February 2010, 02:05 AM
Junior Member
 
Join Date: Feb 2010
Location: Lima, Peru
Posts: 1
Default

Hello,
I successfully managed to install minicaster on this URL
http://alejandrolengua.info/telestereo

however I was wondering how will it increase the bandwidth consumption of the website hosting account.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.internet-radio.org.uk/guides/21-shoutcast-flash-player.html
Posted By For Type Date
Come pubblicare streaming con shotcast This thread Refback 9th March 2010 03:03 PM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 3rd March 2010 09:38 AM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 20th February 2010 09:36 PM
script radio player Forum This thread Refback 17th February 2010 11:09 PM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 11th February 2010 12:20 PM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 10th February 2010 03:20 PM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 2nd February 2010 06:13 PM
Hoe maak je een asx bestand? - Helpmij.nl Forum This thread Refback 31st January 2010 01:17 PM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 30th January 2010 10:09 AM
Come pubblicare streaming con shotcast This thread Refback 26th January 2010 06:21 AM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 24th January 2010 10:27 AM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 21st January 2010 06:51 AM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 20th January 2010 08:36 PM
- òðÿáâà ìè flash player - flash êëèïîâå, áàíåðè, àíèìàöèè, ìåíþ, òåìïëåéòè è ñàéòîâå. This thread Refback 20th January 2010 08:32 PM
Come pubblicare streaming con shotcast This thread Refback 20th January 2010 08:17 PM
Come pubblicare streaming con shotcast This thread Refback 20th January 2010 07:48 PM
Come pubblicare streaming con shotcast This thread Refback 19th January 2010 11:12 AM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 07:20 PM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 06:15 PM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 01:27 PM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 01:24 PM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 10:46 AM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 08:04 AM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 07:56 AM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 07:53 AM
Come pubblicare streaming con shotcast This thread Refback 18th January 2010 07:33 AM
ShoutBox This thread Refback 3rd January 2010 03:46 PM
ShoutBox This thread Refback 3rd January 2010 03:02 PM
ShoutBox This thread Refback 3rd January 2010 03:02 PM
Shoutcast player for website - WebHostingNeeds.com This thread Refback 6th December 2009 01:47 PM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 26th November 2009 03:24 PM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 26th November 2009 12:01 PM
*Clix This thread Refback 12th November 2009 03:11 AM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 3rd November 2009 08:46 AM
Radios-fr.com - lecteurs Flash gratuit pour votre radio This thread Refback 2nd November 2009 09:44 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com | Radio et webradio - Tutoriaux - Jingles gratuits - Actualité This thread Refback 29th October 2009 03:19 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com | Radio et webradio - Tutoriaux - Jingles gratuits - Actualité This thread Refback 29th October 2009 02:41 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com | Radio et webradio - Tutoriaux - Jingles gratuits - Actualité This thread Refback 28th October 2009 06:18 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 26th October 2009 11:19 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 25th October 2009 07:43 PM
Widgets bug playlisturl.xml - Gchats Forums This thread Refback 21st October 2009 11:28 AM
Widgets bug playlisturl.xml - Gchats Forums This thread Refback 15th October 2009 12:22 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 9th October 2009 12:30 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 6th October 2009 02:33 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 6th October 2009 11:37 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 1st October 2009 02:31 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 24th September 2009 12:11 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 24th September 2009 07:01 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 24th September 2009 05:55 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 24th September 2009 12:36 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 11th September 2009 04:22 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 4th September 2009 04:19 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 3rd September 2009 02:42 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 2nd September 2009 12:13 AM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 1st September 2009 09:57 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 1st September 2009 07:52 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 1st September 2009 07:24 PM
lecteurs Flash gratuit pour votre radio - Radios-fr.com This thread Refback 1st September 2009 07:07 PM


All times are GMT. The time now is 11:34 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. SEO by vBSEO 3.3.0