some help with hotspot page - insert music

Hello ,
would like to add some MP3 files in the login page so when a user press it it will here the mp3 file.
i ahve try to put this :

<object width="300" height="42">
<param name="src" value="/MP3/Espera.MP3">
<param name="autoplay" value="false">
<param name="controller" value="true">
<param name="bgcolor" value="#FFFFFF">
<embed src="/MP3/Espera.MP3" autostart="false" loop="false" width="300" height="42"
controller="true" bgcolor="#FFFFFF"></embed>
</object>
<img border="0" alt="song1" src="MP3/Espera.png" width="100" height="100">

all the files are in the hotspot folder
in MP3 folder
I can see the image , but I can’t see the file - I get “Error not found”
how could it be?

Thanks ,

if anyone have another idea to how to embed mp3 into html and play it online (not download it) ,
Thanks ,

never mind
found it -

<audio src="MP3/Espera.mp3" controls="controls">
Your browser does not support the audio element.
</audio>
<img border="0" alt="song1" src="MP3/Espera.png" width="100" height="100">