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

Your preferred username that is used when logging in.

Forum user: Alpha

Basic information

Registered Mar 16, 2009
Last login Dec 22, 2011
Forum posts 5
Direct URL http://www.flowplayer.org/forum/users/9198

Latest forum posts

Posts:

Registered:

» Scrollable playlists problem - no scrolling to current playing - after update

Posted: Aug 20, 2010

Could someone please tell me, if this problem is solved in a new, 1.2.4 version of JQuery Tools, or there is still a problem?
Thanks!

Posts:

Registered:

» Scrollable auto-center

Posted: Jul 2, 2010

Its the real problem indeed. Hope someone will answer soon..

Posts:

Registered:

Scrollable playlists problem - no scrolling to current playing - after update

Posted: Jul 1, 2010

Hello!

We used scrollable playlists for the long time with flowplayer on our site. In previous versions, when clicked, playlist scrolled automatically, to show the clicked item in the center of the visible area. For example, if 1st, 2nd and 3rd items are visible, and 3rd clicked, it scrolls right, so we can see 2nd, 3rd and 4th, with 3rd in the center.
With the new version of scrollable, playlist just stand still. This issue appeared even on the flowplayer site itself, for example, here:http://flowplayer.org/demos/plugins/javascript/playlist/scrollable.html

Could this problem be solved?

Thanks!

Posts:

Registered:

OpenX ad plugin and HTML-based playlists

Posted: Jan 25, 2010

Does OpenX ad plugin work with HTML-based playlists? How should it be configured?

Thanks!

Posts:

Registered:

Problem: instream clips within HTML playlist

Posted: Jul 16, 2009

Hello)
I have some problems with instream clips.

Playlist is configured in html, instream clip is configured in JS:

...
playlist: [
{
url: '...here goes the link...', position: 0, autoBuffering: true,
controls: {enabled: {scrubber: false}}
}
]
...

HTML playlist attachment:

$f("player1", {src: "Link to our commercial version", wmode: 'opaque'}, mainplayer_settings).playlist("div.mainplayer", {scaling:'fit', loop:false});

Problems:

1.In runtime, first element in the playlist losts its indication as currently playing clip (player removes "playing" class from it).

2. this.getClip().isInStream is true only for the first playlist clip's instream clip.