I'm working on an HTML 5 player and I was sadly surprised to try to use the forward / backward feature when I put the cursor in a certain minute of the song (as we do on youtube, for example).
<audio id="AudioApresentacao" controls="controls" preload="none">
<source id="urlAudio" type="audio/mpeg" src="ARQUIVO DE AUDIO" /></audio>
It turns out that by putting audio in a few minutes, like a song, this works normally. But the audio I'm carrying is about 80 minutes! And this feature does not work. Does anyone know a solution to this?
Tested on Chrome and IE11.