Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2006
    Location
    Northern Ireland
    Posts
    307
    Tokens
    0

    Default Playing a Radio on your site? Help!

    Okay I got a new server and I want to embed the media player on my site but I can find an ASX file anywhere to edit so I can embed the radio on my homepage. Can anybody find it or give me the URL to where I can download one?
    Post Count:

    50 100 200 500 1000

  2. #2
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Hey.

    Good luck if you're starting a radio ;]

    My site's ASX File can be found at: http://mini-i-fm.net/winmedia.asx

    or, actually this is the source of it:

    Code:
    <ASX version = "3.0"> 
    <Entry>
    <TITLE>Mini-I FM</TITLE> 
    <AUTHOR>www.Mini-I-Fm.net</AUTHOR>
    <ref href = "http://208.101.50.164:1337/">
    </Entry> 
    </ASX>

    Just edit it for your site :] Then save it as winmedia.asx

    -------

    Then this is the Radio Player code:

    Code:
    <object width="173" height="35" align="middle" standby="Loading" name="player" codebase="CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
      
    <param value="true" url="winmedia.asx" name=" id=">
    
      <param value="Imagewindow" name="CONTROLS">
      <param value="false" name="ShowStatusBar">
      <param value="winmedia.asx" name="src">
    
      <param value="winmedia.asx" name="url">
      <param value="true" name="autostart">
      <param value="true" name="autoplay">
      <param value="100" name="volume">
      <param value="playbutton" name="Controls">
    
      <param value="mini" name="uimode">
      <embed width="173" height="35" align="middle" name="player" uimode="mini" autoplay="true" url="winmedia.asx" showstatusbar="false" controls="playbutton" autostart="true" src="winmedia.asx"></embed>
              </object>
    Last edited by Invent; 29-10-2006 at 10:26 PM.

  3. #3
    Join Date
    Jun 2006
    Location
    Northern Ireland
    Posts
    307
    Tokens
    0

    Default

    Can you give me the code for the radio player?
    Post Count:

    50 100 200 500 1000

  4. #4
    Join Date
    May 2006
    Location
    New Zealand
    Posts
    4,452
    Tokens
    0

    Latest Awards:

    Default

    very good info, i might use that as well, thanx and +rep
    New Zealand Web/Tech News

  5. #5
    Join Date
    Oct 2006
    Location
    Northampton
    Posts
    694
    Tokens
    142

    Default

    I would recommend the following:

    It explains the coding within the embedded player.
    Last edited by JamesRouale; 29-10-2006 at 10:35 PM.
    Good-bye signature, I love <NOT ALLOWED NAME AT ALL> despite the infraction his last name got me.

    Free speech? Not anymore, you gotta' love this forum.

  6. #6
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    Hey.

    Good luck if you're starting a radio ;]

    My site's ASX File can be found at: http://mini-i-fm.net/winmedia.asx

    or, actually this is the source of it:

    Code:
    <ASX version = "3.0"> 
    <Entry>
    <TITLE>Mini-I FM</TITLE> 
    <AUTHOR>www.Mini-I-Fm.net</AUTHOR>
    <ref href = "http://208.101.50.164:1337/">
    </Entry> 
    </ASX>

    Just edit it for your site :] Then save it as winmedia.asx

    -------

    Then this is the Radio Player code:

    Code:
    <object width="173" height="35" align="middle" standby="Loading" name="player" codebase="CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
     
    <param value="true" url="winmedia.asx" name=" id=">
     
      <param value="Imagewindow" name="CONTROLS">
      <param value="false" name="ShowStatusBar">
      <param value="winmedia.asx" name="src">
     
      <param value="winmedia.asx" name="url">
      <param value="true" name="autostart">
      <param value="true" name="autoplay">
      <param value="100" name="volume">
      <param value="playbutton" name="Controls">
     
      <param value="mini" name="uimode">
      <embed width="173" height="35" align="middle" name="player" uimode="mini" autoplay="true" url="winmedia.asx" showstatusbar="false" controls="playbutton" autostart="true" src="winmedia.asx"></embed>
              </object>
    Usefull to others, +rep

  7. #7
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Nice bump, .

  8. #8
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    +rep nice!

    Edit: Gotta Spread AGEN!

Posting Permissions

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