Hello. Audios files can't be played on safari. The player appears perfectly on firefox and explorer but not on safari. this is what i use
<audio preload="metadata" controls="controls">
<source src="song.mp3" type="audio/mp3">
<source src="song.mp3" type="audio/ogg" />
</audio>
any help?