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
Original issue reported on code.google.com by
blacktrashproduct
on 6 Jun 2012 at 6:33