Anyone know the html code for a dropdown playlist for music? It would be pretty helpful for my myspace website... thanks
Printable View
Anyone know the html code for a dropdown playlist for music? It would be pretty helpful for my myspace website... thanks
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.
hey at least you responded...lol
you can do it with html alone.
http://mp3act.net/
this should help
http://www.myspace.com/customizing
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?
first choice
<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.
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
A pure volume player?