Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default Embeading Shoutcast...

    I am useing:

    Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="170" height="40" standby="Loading" CODEBASE="CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
              <param name="url" value="84.244.12.73:8000/listen.pls">
              <param name="autostart" value="-1">
              <param name="uimode" value="mini">
    
              <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="currentMarker" value="0">
              <param name="invokeURLs" value="-1">
              <param name="baseURL" value>
              <param name="volume" value="100">
    
              <param name="mute" value="0">
              <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">
    
              <embed src="84.244.12.73:8000/listen.pls" width="170" height="40" autostart="-1" controls="playbutton" showstatusbar="false" url="84.244.12.73:8000/listen.pls" autoplay="true" uimode="mini" rate="1" balance="0" currentposition="0" defaultframe="value" playcount="1" currentmarker="0" invokeurls="-1" baseurl="value" volume="100" mute="0" stretchtofit="0" windowlessvideo="0" enabled="-1" enablecontextmenu="-1" fullscreen="0" samistyle="value" samilang="value" samifilename="value" captioningid="value" enableerrordialogs="0" name="player"></embed></object>
    But its not working it dosent even display in firefox. Can someone just post the right code that will work.

    Thanks,

    Tom

  2. #2
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    Code:
    "40" standby="Loading" CODEBASE="CODEBASE=http://activex.microsoft.com/act
    I'm not too sure if thats correct, I've never embeded a radio before.

    Code:
    "40" standby="Loading" CODEBASE="http://activex.microsoft.com/act...
    Last edited by craigg.; 25-02-2006 at 12:24 PM.



Posting Permissions

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