Letractively / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

playlist: clicking replay for last clip starts playing first clip #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The default behavior of the playlist plugin is to not play through. Clicking 
Replay therefore repeats the current clip. However, due to the special 
treatment of the last clip in a Flash playlist (returning false in 
onBeforeFinish repeats the playlist not the clip) etc., clicking replay at the 
end of the last clip starts the first clip.

To be consistent with the default behavior the last clip must be repeated. Not 
trivial, as we calling stop() in the onBeforeFinish event of the last clip does 
not display the Replay button over the last frame but jumps back to the first 
frame. Can be hacked around with an additional onResume event though.

Original issue reported on code.google.com by blacktrashproduct on 6 Jun 2012 at 6:33

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/flowplayer-plugins/source/detail?r=1918

Original comment by blacktrashproduct on 6 Jun 2012 at 6:45