I have three audio files (well six actually, mp3 and ogg) which the user can choose to listen to.
Here is the code for from w3schools.com:
<audio controls="controls">
<source src="audio1.ogg" type="audio/ogg">
<source src="audio1.mp3" type="audio/mpeg">
<embed height="100" width="100" autostart="false" src="audio1.mp3">
Your browser does not support the audio element.
</audio>
This is for one of the recordings. I have three of these. One for each recording
In Firefox 16.0.2 and IE 8 they work fine.
But in Google Chrome there are problems. First audio works fine, second and third load (their length in seconds is displayed) but there is no sound.
I tried putting just one audio on a page at a time, second still doesn't work and neither does third.
These audios were created by me using audacity,
Does anybody have any idea what the problem is because it is very annoying, I would greatly appreciate your help.
Thanks.


Reply With Quote
Bookmarks