Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Posts
    87
    Tokens
    0

    Default NEED RADIO EMBEDDED CODE OR HOW TO SAVE IT AS A HTML!!!!

    PLZ PLZ PLZ PLZ

    IF U GOT THE AWNSER

    [email protected]


    MITE BE A FEW HCS IN IT FOR U X

  2. #2
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    I found it really hard & annoying to try to understand what you were trying to ask. I think you want to know the HTML code to add in a music-player into your website?

    Code:
      <embed src="URL_HERE" width="100%" height="40" autostart="True" controls="playbutton" showstatusbar="false" autoplay="true" uimode="mini"> </embed></object><br>
    That should work fine. It's set to be as long (Width-wise) as possible and 40 pixels high. Which look's quite nice as I am assuming you're using iFrames.

    Hope I helped & good luck with your radio-project.

  3. #3
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Default

    Quote Originally Posted by Ryan142536 View Post
    PLZ PLZ PLZ PLZ

    IF U GOT THE AWNSER

    [email protected]


    MITE BE A FEW HCS IN IT FOR U X
    Do you mean a radio code?

    Here it is.

    <OBJECT id=MediaPlayer type=application/x-oleobject height=45
    standby="Please wait while we start the radio!" width=160 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6>
    <PARAM NAME="URL" VALUE="http://ip:port/">
    <PARAM NAME="rate" VALUE="1">
    <PARAM NAME="balance" VALUE="0">
    <PARAM NAME="currentPosition" VALUE="0">
    <PARAM NAME="defaultFrame" VALUE="">
    <PARAM NAME="playCount" VALUE="1">
    <PARAM NAME="autoStart" VALUE="-1">
    <PARAM NAME="currentMarker" VALUE="0">
    <PARAM NAME="invokeURLs" VALUE="-1">
    <PARAM NAME="baseURL" VALUE="">
    <PARAM NAME="volume" VALUE="68">
    <PARAM NAME="mute" VALUE="0">
    <PARAM NAME="uiMode" VALUE="mini">
    <PARAM NAME="stretchToFit" VALUE="0">
    <PARAM NAME="windowlessVideo" VALUE="0">
    <PARAM NAME="enabled" VALUE="-1">
    <PARAM NAME="enableContextMenu" VALUE="-1">
    <PARAM NAME="fullScreen" VALUE="0">
    <PARAM NAME="SAMIStyle" VALUE="">
    <PARAM NAME="SAMILang" VALUE="">
    <PARAM NAME="SAMIFilename" VALUE="">
    <PARAM NAME="captioningID" VALUE="">
    <PARAM NAME="enableErrorDialogs" VALUE="0">
    <PARAM NAME="_cx" VALUE="5398">
    <PARAM NAME="_cy" VALUE="1032">
    </OBJECT>

    Maybe try google next time
    Tis' I.

  4. #4
    Join Date
    Dec 2006
    Location
    London
    Posts
    3,536
    Tokens
    170

    Latest Awards:

    Default

    <object id="MediaPlayer1" width=180 height=50
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
    standby="Loading..."
    type="application/x-oleobject" align="middle">
    <param name="FileName" value="IP.IP.IP.IP: PORT">
    <param name="AutoStart" value="0">
    <param name="ShowStatusBar" value="True">
    <param name="DefaultFrame" value="mainFrame">
    <embed type="application/x-mplayer2" pluginspage = http://www.microsoft.com/Windows/MediaPlayer/ src="IP.IP.IP.IP: PORT" align="middle" width=176 height=144 defaultframe="rightFrame" showstatusbar=true>
    </embed>
    </object>
    2005: JOINED ; Radio DJ

    2006: Radio DJ ; Senior DJ

    2007: HxTV Flash Artist ; Productions Staff ; HxHD Staff ; Head DJ ; Events Organiser ; Productions Staff ; Competitions Staff ; Assistant Radio Manager

    2008: Senior Competitions Staff ; Forum Moderator ; HxHD Staff ; Competitions Manager ; Graphics Designer

    2009: LEFT ; Guest DJ

Posting Permissions

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