Results 1 to 6 of 6

Thread: Music on Site.

  1. #1
    Join Date
    Mar 2007
    Location
    Great Yarmouth, United Kingdom
    Posts
    49
    Tokens
    0
    Habbo
    DJ-Whoeva

    Default Music on Site.

    How do i put a player on my website that will play a song that i want.

    I tryed this but it wont work for other people

    HTML Code:
    <object codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/
    en/nsmp2inf.cab#Version=6,4,5,715" height="41" standby="Loading" width="158" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player">
    <param value="LINK HERE" name="URL">
    <param value="1" name="rate">
    <param value="0" name="balance">
    <param value="5.0102064" name="currentPosition">
    <param value="" name="defaultFrame">
    <param value="0" name="playCount">
    <param value="-1" name="autoStart">
    <param value="1" name="ShowControls">
    <param value="0" name="ShowStatusBar">
    <param value="0" name="currentMarker">
    <param value="-1" name="invokeURLs">
    <param value="" name="baseURL">
    <param value="50" name="volume">
    <param value="0" name="mute">
    <param value="mini" name="uiMode">
    <param value="0" name="stretchToFit">
    <param value="0" name="windowlessVideo">
    <param value="-1" name="enabled">
    <param value="-1" name="enableContextMenu">
    <param value="0" name="fullScreen">
    <param value="" name="SAMIStyle">
    <param value="" name="SAMILang">
    <param value="" name="SAMIFilename">
    <param value="" name="captioningID">
    <param value="0" name="enableErrorDialogs">
    <param value="3387" name="_cx">
    <param value="741" name="_cy"></object>
    Edited by L&#181;ke (Forum Moderator): Thread Moved from Website Designing. Please post in the correct section next time, Thanks .
    Last edited by Lµke; 26-04-2007 at 05:51 PM.
    Alex

  2. #2
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player"  width="209" height="33" 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://YOURSITEHERE" value="true" />
        <param name="CONTROLS" value="Imagewindow" />
        <param name="ShowStatusBar" value="false" />
        <param name="src" value="IP:PORT" />
        <param name="url" value="IP:PORT" />
        <param name="autostart" value="true" />
        <embed src="LINK TO ASX FILE." width="209" height="33" autostart="True" controls="playbutton" showstatusbar="false" url="LINK TO ASX FILE" autoplay="true" uimode="mini"></embed>
      </object>
    ASX File:
    Code:
    <ASX version = "3.0">
      <Entry>
         <title>You're listening to YOURSITEHERE!</title>
         <AUTHOR>YOURSITEHERE</AUTHOR>
         <COPYRIGHT>© YOURSITEHERE 2007</COPYRIGHT> 
             <!--
          <Logo href = "" Style = "MARK" /> 
         --> 
         <Ref href = "IP:PORT" /> 
    
         <BANNER HREF=""> 
            <ABSTRACT>Click here to visit YOURSITEHERE!</ABSTRACT> 
            <MOREINFO HREF="http://www.YOURSITEHERE" /> 
         </BANNER> 
      </Entry> 
    </ASX>
    Works in Firefox too
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  3. #3
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Best using flash tbh. Then it supports all browsers that support flash

  4. #4
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    More complicated. Also most computers have WMP. Not all have flash
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  5. #5
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    2,009

    Latest Awards:

    Default

    Quote Originally Posted by Jaffa Cakes! View Post
    More complicated. Also most computers have WMP. Not all have flash
    Hmmm that sounds werid;

    'most computer have WMP' = not all computers have WMP

    'not all have flash' = most computers do

  6. #6
    Join Date
    Nov 2006
    Location
    Bradford
    Posts
    2,667
    Tokens
    99

    Latest Awards:

    Default

    doesnt WMP come with windows anyway?
    Rep Points: 1065
    Last Good Rep From: Cyndia
    Last Bad Rep From: someone too cowardly to leave their name



    The People I Trust:
    Royal, Cwmbran, base, :Jakey, Destiny, Laurae90, Evolution, Mik, deagle

Posting Permissions

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