markfc
macrumors 65816
Hi,
I have a table with a list of songs, next to each song I want to put a play button which will play the associated .MP3
I've tried the html 5 audio controls ;
<audiocontrols>
<sourcesrc="horse.mp3"type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Which work great but each row of the table ends up with a full media player which looks messy.
How can I get just the play button, similar to how iTunes and Amazon Music do it?
Thanks
I have a table with a list of songs, next to each song I want to put a play button which will play the associated .MP3
I've tried the html 5 audio controls ;
<audiocontrols>
<sourcesrc="horse.mp3"type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Which work great but each row of the table ends up with a full media player which looks messy.
How can I get just the play button, similar to how iTunes and Amazon Music do it?
Thanks