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

Your preferred username that is used when logging in.

Forum user: squarefactor

Basic information

Registered Sep 3, 2008
Last login Oct 23, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/5306

Latest forum posts

Posts:

Registered:

Scrollable with only one item bug

Posted: Oct 23, 2009

On a data driven website there may be a time when the scrollable container has only one item. Please add the disabled class to the nextPage link in this case so that we don't have to do any extra checking in the javascript.

Thanks.

Posts:

Registered:

» Flowplayer doesn't appear in subsequent calls to jqModal window (via AJAX)

Posted: Dec 19, 2008

I am also looking for an answer to this right now. I am hoping that I dont need to rewrite my code to remove the ajax call. Currently the flowplayer works great on the initial html, but once the ajax call is made, an attempt to call flowplayer() on the new html chunk from the server is failing.

UPDATE:
I am now finding it to be a bit random. The initial video in my new html chunk never plays, but if I click one of the thumbnails I have that tell it to play a new clip, sometimes it works. By sometimes I mean if it works once they continue to work, but if I refresh and try again, they may not work at all.

I finally got an error to show up in the Safari web inspector:

Value undefined (result of expression self._api().fp_play) is not object.

I see that call in 2 places in the flowplayer.js, Perhaps this will help us find the issue.