pe-pe80

Results 1 issues of pe-pe80

Can't skip audio when you load it for the first time? Here is problem in Firefox: loadTimer = setInterval(function() { audio.loadProgress.apply(audio); if (audio.loadedPercent >= 1) clearInterval(loadTimer); }); Fires only once...