Closed GoogleCodeExporter closed 9 years ago
Bug 5 should be fixed with our current development player SWF.
Original comment by anssip@gmail.com
on 20 Jun 2011 at 12:46
changed the controlbar to update itself every 100 milliseconds instead of the
old 500 millisecond:
http://code.google.com/p/flowplayer-plugins/source/browse/javascript/controls/tr
unk/flowplayer.controls.js?r=1546
As a reault the movement is much smoother now and bugs 1 - 3 are solved with this. Bugs 4 and 5 don't occur with the trunk version.
Original comment by anssip@gmail.com
on 5 Jul 2011 at 1:08
this is the diff for the fix:
http://code.google.com/p/flowplayer-plugins/source/diff?spec=svn1599&r=1599&form
at=side&path=/javascript/controls/trunk/flowplayer.controls.js&old_path=/javascr
ipt/controls/trunk/flowplayer.controls.js&old=1546
Original comment by anssip@gmail.com
on 5 Jul 2011 at 1:15
Yes, looks good.
However, in this sample:
http://flowplayer.blacktrash.org/dev/issue295.html
with clip {autoPlay: false, autoBuffering: true} I would expect the
duration/fullDuration to be present and evaluated after the clip starts
buffering - because in theory this should not only have triggered onMetadata,
but also onStart.
Original comment by blacktrashproduct
on 6 Jul 2011 at 7:48
Committed a new fix that makes it to show the duration when {autoPlay: false,
autoBuffering: true}
Original comment by anssip@gmail.com
on 6 Jul 2011 at 8:58
It does. Confirmed. Thank you.
Original comment by blacktrashproduct
on 6 Jul 2011 at 9:44
Original issue reported on code.google.com by
blacktrashproduct
on 2 Jun 2011 at 2:12