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

Your preferred username that is used when logging in.

Flowplayer 3.0.5 is out! Feb 3, 2009

Flowplayer 3.0.5

This bug fix release fixes many important issues. Complete list of changes can be found from our version history. Here are the new features of this release.

Fully GPL compliant

The GPL licensing in the Free version is now formalized and leaves no questions behind. We have changed our logo to a copyright notice. GPL licensed software is required to carry such a notice if it has a user interface. Additionally we have a no warranty statement in the context menu (right click menu) and a link to the GPL license.

The GPL requires that if you modify the source code our copyright notice and the other legal notices must stay there. We offer commercial versions that don't include any of these notices.

Play button

The "play" pseudo-plugin now supports fadeIn(), fadeOut(), show() and hide() methods. You have also new configuration possibilities for the play button as follows:

// make only the play button invisible (buffering animation is still used)
play: { display: 'none' }

// disable the play button and the buffering animation
play: null

// disable the buffering animation
buffering: null

At runtime you can get access to the play button with this call: $f().getPlugin("play").

Unlimited subdomains

Since 3.0.5 commercial versions works an all nested subdomains with a single product key. For example following domains

sub1.mydomain.com
sub2.mydomain.com
inner.sub3.mydomain.com

all work with single product key. On previous versions the last subdomain would not have worked. Now you can have unlimited amount of nested subdomains under mydomain.com.

IMPORTANT: those users who have had more than three parts in their domain name will have to change the product key from their pages. You can get the updated key from your account. If you want to change the domain to span multiple nested subdomains please contact support@flowplayer.org and we will do that for you.

Please see the GPL License.

Miscalleneous

Added possibility to seek when in the buffering state: see this thread.

Bug fixes


flashembed 1.0.0

flowplayer 3.0.5 JavaScript component now uses a brand new flashembed version. This important tool has gone trough a massive rewrite and can now be concidered a serious tool for embedding Flash on your page. It is a generic tool and not made specifically for Flowplayer. Here are the highlights of this release.

You can see the new home page for this tool here.

flowplayer.playlist 3.0.2

A great new feature for the playlist plugin is the possibility to add and remove playlist entries on the fly. You can see a demo about this from this standalone example page. This requres a jQuery version 1.3.1 or greater to work.

This tool no longer fails if there is only one entry in the playlist in manual configuration. This issue was raported in this forum thread.

Playlist documentation page contains new standalone examples for setting up a playlist on your site.

flowplayer.embed 3.0.1

Our embedding tool uses new version of flashembed as a "workhorse". Basically this means the code generated by this tool no longer has both EMBED and OBJECT tags and it generates a W3C standard compliant OBJECT code.

Comments