Relative Content

Tag Archive for javascripthtmlaudiohtml5-audioavaudioplayer

skip forward and backward 10 seconds html Audio, JavaScript function not working on Opera And Chrome

I ran into an issue with a project that I’m currently working on, I made a function to skip forward and backward 10 seconds like on YouTube for an html audio player, on browsers like Firefox, Safari and some other browsers this function works perfectly fine (if you click forward you skip 10 seconds and if you click backward you replay/rewind the last 10 seconds) but I wasn’t that successful with chrome and opera it always resets the time to 0:00 no matter which button I click (forward button or backward button), that’s my code hope you can help me TYSM ????.