I created an audio tag without a download button with
This was successful.
Now,
For the HTML5 audio
tag there is only controls
or nothing, and each browser will display it a little differently. But there is not way to have only some of the controls displayed.
To achieve that, you'd have to use a javascript/jQuery player like jPlayer
( http://jplayer.org/) that allows complete individual cofiguration of the UI (but still uses HTML5 in the background).