You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Dynamic Playlist - Fails if one entry (bug is back?) Created Jun 19, 2009

This thread is solved

Views: 983     Replies: 1     Last reply Nov 16, 2009  
You must login first before you can use this feature

degenerate

Posts: 156

Registered:
Sep 19, 2008

Dynamic Playlist - Fails if one entry (bug is back?)

Posted: Jun 19, 2009

It looks like a bug is back where a dynamic playlist with one element doesn't automatically loop (repeat). User "shx" has found a fix. Here is the original thread which was marked "solved" and probably will not be checked:
http://flowplayer.org/forum/2/13758#post-21566


I found the offending line of code in flowplayer.playlist-3.0.6.js

var manual = self.getPlaylist().length <= 1 || opts.manual;

I had to change this to '< 1'. Now it works with a single item in the playlist.

Quoted from shx in this thread:
http://flowplayer.org/forum/4/21472#post-21565

Skippy

Posts: 14

Registered:
Aug 5, 2009

» Dynamic Playlist - Fails if one entry (bug is back?)

Posted: Nov 16, 2009

Reply to: Dynamic Playlist - Fails if one entry (bug is back?), from degenerate
Even though this is an old thread I ran into this problem today. And it worked for me. I'm using version "flowplayer.playlist-3.0.7.js"

Thank you for posting this!!