Internet Radio
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: Shoutcast Flash Player

  1. #1
    Support's Avatar
    Support is offline Support
    Join Date
    Apr 2009
    Location
    United Kingdom
    Posts
    1,318

    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.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>
    Need help / support ? Post a reply :

  2. #2
    darzo78 is offline Junior Member
    Join Date
    Apr 2009
    Posts
    5

    Default Shoutcast player

    Thanks!!

  3. #3
    cicos is offline Newbie
    Join Date
    Jul 2009
    Posts
    1

    Default very good work

    Thanks

  4. #4
    foxradio is offline 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.

  5. #5
    imcmedia is offline Newbie
    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?

  6. #6
    Stefanseiner is offline Newbie
    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.

  7. #7
    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!

  8. #8
    Will_RadioTuna is offline Junior Member
    Join Date
    Dec 2009
    Posts
    4

    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

  9. #9
    leequalls is offline Newbie
    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

  10. #10
    albatroz is offline Newbie
    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.

Page 1 of 3 123 LastLast

LinkBacks (?)

  1. 9th March 2010, 03:03 PM
  2. 3rd March 2010, 09:38 AM
  3. 20th February 2010, 09:36 PM
  4. 17th February 2010, 11:09 PM
  5. 11th February 2010, 12:20 PM
  6. 10th February 2010, 03:20 PM
  7. 2nd February 2010, 06:13 PM
  8. 31st January 2010, 01:17 PM
  9. 30th January 2010, 10:09 AM
  10. 26th January 2010, 06:21 AM
  11. 24th January 2010, 10:27 AM
  12. 21st January 2010, 06:51 AM
  13. 20th January 2010, 08:36 PM
  14. 20th January 2010, 08:32 PM
  15. 20th January 2010, 08:17 PM
  16. 20th January 2010, 07:48 PM
  17. 19th January 2010, 11:12 AM
  18. 18th January 2010, 07:20 PM
  19. 18th January 2010, 06:15 PM
  20. 18th January 2010, 01:27 PM
  21. 18th January 2010, 01:24 PM
  22. 18th January 2010, 10:46 AM
  23. 18th January 2010, 08:04 AM
  24. 18th January 2010, 07:56 AM
  25. 18th January 2010, 07:53 AM
  26. 18th January 2010, 07:33 AM
  27. 3rd January 2010, 03:46 PM
  28. 3rd January 2010, 03:02 PM
  29. 3rd January 2010, 03:02 PM
  30. 6th December 2009, 01:47 PM
  31. 26th November 2009, 03:24 PM
  32. 26th November 2009, 12:01 PM
  33. *Clix
    Refback This thread
    12th November 2009, 03:11 AM
  34. 3rd November 2009, 08:46 AM
  35. 2nd November 2009, 09:44 PM
  36. 29th October 2009, 03:19 PM
  37. 29th October 2009, 02:41 PM
  38. 28th October 2009, 06:18 PM
  39. 26th October 2009, 11:19 AM
  40. 25th October 2009, 07:43 PM
  41. 21st October 2009, 11:28 AM
  42. 15th October 2009, 12:22 PM
  43. 9th October 2009, 12:30 PM
  44. 6th October 2009, 02:33 PM
  45. 6th October 2009, 11:37 AM
  46. 1st October 2009, 02:31 PM
  47. 24th September 2009, 12:11 PM
  48. 24th September 2009, 07:01 AM
  49. 24th September 2009, 05:55 AM
  50. 24th September 2009, 12:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •