Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default Radio code info.

    Can someone sort me out with the radio player code and the .asx code.

    Host: shoutcasts.tech-hosts.com
    Port: 8466

    I +Rep.

  2. #2
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Code:
    <ASX version = "3.0">
      <Entry>
         <title>You are listening to crabsFM</title>
         <AUTHOR>Crabs</AUTHOR>
         <COPYRIGHT>Copyright © 2008 YOURSITE</COPYRIGHT> 
             <!--
          <Logo href = "" Style = "MARK" /> 
         --> 
         <Ref href = "http://shoutcasts.tech-hosts.com:8466" /> 
    
         <BANNER HREF=""> 
            <ABSTRACT>Something</ABSTRACT> 
            <MOREINFO HREF="http://something.cn" /> 
         </BANNER> 
      </Entry> 
    </ASX>
    Open notepad > Edit a bit > Save as "radiofile.asx" (Make sure you select the file extension as "All files *"

  3. #3
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    Quote Originally Posted by Calon View Post
    Code:
    <ASX version = "3.0">
      <Entry>
         <title>You are listening to crabsFM</title>
         <AUTHOR>Crabs</AUTHOR>
         <COPYRIGHT>Copyright © 2008 YOURSITE</COPYRIGHT> 
             <!--
          <Logo href = "" Style = "MARK" /> 
         --> 
         <Ref href = "http://shoutcasts.tech-hosts.com:8466" /> 
    
         <BANNER HREF=""> 
            <ABSTRACT>Something</ABSTRACT> 
            <MOREINFO HREF="http://something.cn" /> 
         </BANNER> 
      </Entry> 
    </ASX>
    Open notepad > Edit a bit > Save as "radiofile.asx" (Make sure you select the file extension as "All files *"
    What do i need to edit?

    I made a file before i entered that code, and somehow can't delete it...

    /radio.asx
    File Type: ERROR: cannot open `radio.asx' (No such file or directory)
    Last edited by RyanDOT; 13-09-2008 at 01:46 PM.

  4. #4
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by RyanDOT View Post
    What do i need to edit?
    something.cn to your website URL,
    SOMETHING and YOUR SITE.

    I added your IP/port.

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Posts
    2,470
    Tokens
    2,975

    Latest Awards:

    Default

    Player
    Edit the bits with Yoursite in

    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="175" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715
    <param name=" id="player="player"" url="http://shoutcast.tech-hosts.com:8466" value="true" />
    <param name="CONTROLS" value="Imagewindow" />
    <param name="ShowStatusBar" value="false" />
    <param name="src" value="http://yoursitename.com/radio.asx" />
    <param name="url" value="http://yoursitename.com/radio.asx" />
    <param name="autostart" value="true" />
    <param name="autoplay" value="true" />
    <param name="Controls" value="playbutton" />
    <param name="uimode" value="mini" />
    <embed src="http://yoursitename.com/radio.asx" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://shoutcast.tech-hosts.com:8466" autoplay="true" uimode="mini"> </embed></object>

    ASX

    <ASX version="3.0">
    <title>Radio</title>
    <entry>
    <title>Radio</title>
    <author>God.</author>
    <ref href="http://shoutcasts.tech-hosts.com:8466"/>
    </entry>
    </ASX>

    Thank cusioned . Not me

    :8 = eight
    Last edited by Jack!; 13-09-2008 at 01:59 PM.

  6. #6
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    I got the radio code sorted.

    But the .asx file ain't going into that movie sign symbol...

  7. #7
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    Im using this code.

    Im on notepad, what do i do now?
    Give instructions pls like eg. >Start, >Accessories etc.

    <ASX version="3.0">
    <title>Radio</title>
    <entry>
    <title>Radio</title>
    <author>Tech-Hosts.co.uk</author>
    <ref href="http://shoutcasts.tech-hosts.com:8466/"/>
    </entry>
    </ASX>

  8. #8
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    Enter your port to:

    http://tech-hosts.co.uk/player

    It'll give you a radio player code and it uses an ASX file generated and hosted by us (so it works in firefox).
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


  9. #9
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    Quote Originally Posted by iUnknown View Post
    Enter your port to:

    http://tech-hosts.co.uk/player

    It'll give you a radio player code and it uses an ASX file generated and hosted by us (so it works in firefox).
    Thanks +Rep.
    Guy, theres errors on firefox when i enter my port number and it generates, theres errors.

Posting Permissions

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