Hi
I am devolping this website and i need to add MP3 audio sounds as sapmles to
some songs ( to listen to it online not to download it), i already did the
converting and cutting the exact required segments but how can i add it to the
webpage? and i need the controls to each sample to let the user pause, stop,
rewind and so on
i tried the embeded tag
<EMBED SRC="samples/doha1-1.mp3" AUTOSTART="false" LOOP="false" HIDDEN="false"
WIDTH="145" HEIGHT="20"></embed>
and it works wonderfully but there is a problem, when i play one file and try
to play another one it plays togethar, it overlaps and i dont want that what i
want is when the user play sapmle#1 and choose to play sample#2 it
automatically stop playing 1 and switch to 2 NO OVERLAPING
when i uploaded the website and tried to play one sample i got the download
box which i dont want, i want the users to listen to the samples online without
downloading the files.
which code can i use? im designing using dreaweaver.
thanx alot