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

Your preferred username that is used when logging in.

Flowplayer Blog This will happen to the video on the web

Select page

1 2 3 4 5 6 7 8 9

Flowplayer IRC channel

2009-02-02 18:50:03.0 by Anssi

There's a new IRC channel where you can chat live with Flowplayer users. I've been hanging there for the past two days now and so far we've had 2-3 people concurrently on-line there. In hope to get more of you interested I'm posting the news here.

It's at irc://irc.freenode.net/flowplayer

We already have a IRC bot you can use to search this site (thanks Buzz!) - you'll get the instructions when joining the channel. Then you can use this pastebin to post code examples (thanks wmfx!). After pasting the code just send the link to the IRC channel so the users can see the pasted code.

This could be great for people who are looking for instantaneous communication and support.


Scrollable 1.0.1

2009-01-26 12:54:46.0 by tipiirai

This is a small bug fix release. Here are the issues resovelved in this release
  • getItems() did not return correct items after new items has being added / removed
  • mousewheel works similarly in Opera too
  • checked and tested that everything works good with jquery 1.3.1
  • getVersion() returns an array [1, 0, 1] instead of string "1.0.1"

read more »


Get listed on Sites using Flowplayer

2009-01-26 11:45:11.0 by tipiirai

We have now made our "Sites using Flowplayer" page public. This is your chance to promote your website on our pages. Currently www.flowplayer.org receives around 13 000 unique visitors per day and by adding your logo and a clear description for your site submission will make a positive impact.

You can submit your site to this page by logging into your account and choosing "publish your domains". The newest submissions are always on the top of the page and sites with an image are listed first.

read more »


Flowplayer demystified: Company Information

2009-01-23 12:15:43.0 by tipiirai

Flowplayer logo

For some weird reason we have been hiding and people have asked where we are located. It's not a secret anymore - we are in Helsinki, Finland. Looking outside I can see approximately 30 centimeters of snow and the temperature is about -5 centigrade. Splendid and sound!

But we wanted to reveal more than just that. We wrote a company presentation just like any normal company would do. It tells you who we are and what we are doing. Some of our future plans are also explained.

read more »


jquery.scrollable 1.0.0

2009-01-21 12:25:50.0 by tipiirai

Highlights

New version of scrollable can be found here. Here is a shortened list of the most important new features.

  • a whole new API for interacting with scrollable.
  • now it's possible to add/remove items from scrollable using standard jQuery methods.
  • automatic action generation for "next page" and "prev page".
  • interval option to automatically step through elements in specified intervals.
  • next/prev links can now be hidden (or styled) when they are not active
  • new important listener: onBeforeSeek

See full list of new features and changes.

Scrollable demos

There are six new demos for scrollable. They are in crucial part when learning this tool. Don't miss them.

jQuery 1.3

New version of jQuery was released on January 14th, 2009 and Flowplayer is a heavy user of this library. This meant a lot of testing and making little changes mainly for the website. We had to make a new version of the playlist plugin so that it is now compatible with latest jQuery version.

We have now certain that all our tools and plugins work with both 1.2.x and 1.3.0 versions of jQuery.

What next?

My next work is to make a huge update for overlay and expose tools. Stay tuned!