You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the last step function _progress not work, because else if (percent <= 100)
i fix this insert line below percent = 100 * bufferTime / self.audio.duration; if(percent>100) percent=100;
Copied from jPlayer Group Post
Sorry for my bad english.
I found bug in work buffer bar on jplayer circle.
in circle.player.js on line 120
but, other case bufferTime > self.audio.duration and percent > 100!
Then the last step function
_progress
not work, because elseif (percent <= 100)
i fix this insert line below
percent = 100 * bufferTime / self.audio.duration;
if(percent>100) percent=100;
test this bug: http://test.voice-cards.tk/audio/test.htm
sample mp3-files:
http://voice-cards.tk/get_track.php?id=100625
The text was updated successfully, but these errors were encountered: