Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Html Music

  1. #1
    suprafreak6's Avatar Suprafreak6 is Back!
    Join Date
    Apr 2005
    Location
    -=U.S.A=-
    Posts
    2,210
    Anyone know the html code for a dropdown playlist for music? It would be pretty helpful for my myspace website... thanks

  2. Internet, Programming and Graphics   -   #2
    i think theres a way to view code of other ppls website with firefox so go to there website which has what your looking for and view code and copy the code for the playlist and use that.

    BTW this is just a theory.

  3. Internet, Programming and Graphics   -   #3
    suprafreak6's Avatar Suprafreak6 is Back!
    Join Date
    Apr 2005
    Location
    -=U.S.A=-
    Posts
    2,210
    hey at least you responded...lol

  4. Internet, Programming and Graphics   -   #4
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    you can do it with html alone.

    http://mp3act.net/

  5. Internet, Programming and Graphics   -   #5
    HCT's Avatar WTF!!!!!!!!!!!!!
    Join Date
    Dec 2003
    Location
    charlotte, nc
    Age
    35
    Posts
    466

  6. Internet, Programming and Graphics   -   #6
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Do you just want a list of songs in a dropdown or do you want them to download, play, or give info about the song?

  7. Internet, Programming and Graphics   -   #7
    suprafreak6's Avatar Suprafreak6 is Back!
    Join Date
    Apr 2005
    Location
    -=U.S.A=-
    Posts
    2,210
    first choice

  8. Internet, Programming and Graphics   -   #8
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    <select name="songs list">
    <option value="1">Song #1
    <option value="2">Song #2
    </select>

    The name="" and value="" aren't needed in this case since it's just a dropdown list but if you were submitting this info to another page (to play the song or give info) it would need the name and value.

  9. Internet, Programming and Graphics   -   #9
    suprafreak6's Avatar Suprafreak6 is Back!
    Join Date
    Apr 2005
    Location
    -=U.S.A=-
    Posts
    2,210
    i do want it to play also will that work? like ive seen people who have a drop downlist where thats your like choice of what you want to listen to with playbutton and stop

  10. Internet, Programming and Graphics   -   #10
    silent h3ro's Avatar Poster BT Rep: +9BT Rep +9
    Join Date
    Nov 2003
    Location
    Detroit
    Age
    34
    Posts
    4,379
    A pure volume player?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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