removed output-disable in dbms-output fetching procedure
[mediawiki.git] / js2 / mwEmbed / libEmbedVideo / binPlayers / flowplayer / README.txt
blob22624edd9e77f33d710516e518d1d748c18747f5
1 Version history:
3 RC2
4 ---
5 - fixed: setting the screen height in configuration did not have any effect
7 RC1
8 -----
9 - better error message if plugin loading fails, shows the URL used
10 - validates our redesigned multidomain license key correctly
11 - fix to prevent the play button going visible when the onBufferEmpty event occurs
12 - the commercial swf now correctly loads the controls using version information
13 - fixed: the play button overlay became invisible with long fadeOutSpeeds
15 beta6
16 -----
17 - removed the onFirstFramePause event
18 - playing a clip for the second time caused a doubled sound
19 - pausing on first frame did not work on some FLV files
21 beta5
22 -----
23 - logo only uses percentage scaling if it's a SWF file (there is ".swf" in it's url)
24 - context menu now correctly builds up from string entries in configuration
25 -always closes the previous connection before starting a new clip
27 beta4
28 -----
29 - now it's possible to load a plugin into the panel without specifying any position/dimensions
30  information, the plugin is placed to left: "50%", top: "50%" and using the plugin DisplayObject's width & height
31 - The Flowplayer API was not fully initialized when onLoad was invoked on Flash plugins
33 beta3
34 -----
35 - tweaking logo placement
36 - "play" did not show up after repeated pause/resume
37 - player now loads the latest controls SWF version, right now the latest SWF is called 'flowplayer.controls-3.0.0-beta2.swf'
39 beta2
40 -----
41 - fixed support for RTMP stream groups
42 - changed to loop through available fonts in order to find a suitable font also in IE
43 - Preloader was broken on IE: When the player SWf was in browser's cache it did not initialize properly
44 - Context menu now correctly handles menu items that are configured by their string labels only (not using json objects)
45 - fixed custom logo positioning (was moved to the left edge of screen in fullscreen)
46 - "play" now always follows the position and size of the screen
47 - video was stretched below the controls in fullscreen when autoHide: 'never'
48 - logo now takes 6.5% of the screen height, width is scaled so that the aspect ratio is preserved
50 beta1
51 -----
52 - First public beta release