Play mp3 on website?

Discussion in 'Graphics & Multimedia' started by zachbb, Dec 5, 2006.

  1. #1
    Hi

    I want to play an mp3 file on my site, but I only want a start and stop button. I do not want a fancy play list or anything..

    What should i use?

    Thanks

    Zach
     
    zachbb, Dec 5, 2006 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    frankcow, Dec 5, 2006 IP
  3. livingearth

    livingearth Well-Known Member

    Messages:
    1,469
    Likes Received:
    83
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Heres what I use. Isn't exactly what you described but its pretty low profile...


    <div style="position:absolute;top:-5px;left:0px;">
    <Table width=90% border=0 align=right valign=top><tr><td align=right valign=top><form name=choose>
    <font color=white>
    <select style="background-color: darkgray;"size=1 onChange="midiplay(this);">
    <option value="#">Select Music
    <option value="">None
    <option value="C:\WINDOWS\system32\oobe\images\title.wma">Intro
    <option value="./tunes/indian_summer.mp3">Indian Summer
    </select>
    </form></center>
    </td></tr></table></div>
    <script language="JavaScript">
    <!--
    document.write('<bgsound src="#" id=midijuke LOOP=INFINITE VOLUME = -500 autostart="true">');

    function midiplay(what) {
    if (document.all) {
    document.all.midijuke.src = what.options[what.selectedIndex].value;
    }

    else {
    alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above.");
    }
    }

    //-->
    </script>
     
    livingearth, Dec 5, 2006 IP
  4. Lonesight

    Lonesight Banned

    Messages:
    718
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you would Like I can create you a simple flash mp3 file player
     
    Lonesight, Dec 7, 2006 IP
  5. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #5
    If you do a quick search on "Flash MP3 player", you'll find a number of good free one out there that are super easy to plug into a page!
     
    frankcow, Dec 7, 2006 IP
  6. lassie911

    lassie911 Well-Known Member

    Messages:
    1,521
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #6
    I'll make you one for $5.00 that you can add and remove songs to with eas. Just pm me.
     
    lassie911, Dec 7, 2006 IP
  7. saads

    saads Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you can use flash
     
    saads, Jan 2, 2007 IP