Quote Originally Posted by steve.ledger View Post
Xara's own embeded MP3 player also flash based.
But are mobile phone users your target for downloading/playing your MP3s??

If you want a HTML5 player with controls under your images, use a placeholder and add this code

<audio controls>
<source src="http://topsigns3d.com/music/index_htm_files/clipgreatest.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>


Note that you cannot customize the controls are they are rendered by the web browser

Also see ► http://amazingaudioplayer.com/
My target is not necessarily the mobile users, but I would like everybody to be able to listen to the clips if they wanted to...

I think I already used this code and for some reason nothing work and got no error messages (not even "your browser does not support the audio element")
I had also downloaded the amazing audio player, but I thought it was a little too much just to add just to have a basic player.

I think for now I'm going to stick with the HTML 5 code

Is is possible to incorporate a flash based player plus HTML 5 or will that cause problems?