Flowplayer Blog This will happen to the video on the web
Select page
3.1.5 out now
Oct 24, 2009 by Anssi
This one fixes these two critical issues:- The player was not initialized properly with Firefox 3.1.3/windows. See this forum thread for more details.
- The play button was not removed from over the video when playback was resumed.
Flowplayer 3.1.4 released
Oct 7, 2009 by Anssi
This releases fixes some bugs in the core player, and in the controlbar, rtmp, bwcheck plugins. Also a new plugin for streaming video from the Sorenson 360 service.jQuery Tools 1.1.2. is out
Oct 7, 2009 by tipiirai
Click to see the release notes.jQuery Tools 1.1.1.
Sep 18, 2009 by tipiirai
5.59 kB of raw power
In jQuery Tools version 1.1.1. the event processing is standardized according to the W3C standards. This is good news for advanced scripters - the users who want to extend the default behaviour of the tools and for the jQuery Tools plugin developers.
Tooltip's default effect is now changed from the slide effect to toggle effect which performs a simple show/hide functionality. The toggle effect is a logical choise as a default effect for a Tooltip. The sliding animation is a special feature and should not be included in the base code of the Tooltip. If you want to use the slide effect you need to do following
Important IE8 fix to Flowplayer JavaScript component
Sep 4, 2009 by tipiirai
Flowplayer 3.1.3 introduced a nasty bug for IE8 which caused it to fail the initialization once the Flowplayer Flash component has been loaded into browser's cache. This is now fixed with flowplayer-3.1.4.js file which you can download here:
http://flowplayer.org/documentation/api/index.html#download1The latest Flashembed version introduced a new cachebusting configuration variable which appends a random query string to the SWF request url. This causes it to be loaded no matter what the expiry headers are on the SWF file - the browsers cache is totally ignored. In flowplayer 3.1.3 this variable was disabled by default. In 3.1.4 this variable is enabled causing it to load properly on IE8. If you want the player to be cached for other browsers you might want to enable the variable like this
$f("container", {src: 'flowplayer-3.1.3.swf', cachebusting: $.browser.msie}, {
// flowplayer configuration
});
So everyone out there. Please use this latest Flowplayer script for the player installation or enable the cachebusting variable. Sorry for this inconvenience!
NOTE: Our Flash developer Anssi is on a vacation for two weeks and our support channel will be quite limited on the Flash player related questions.