Lines Matching refs:to

25 …- Scaling problems fixed. You can use showOnLoadBegin: false in the clips to prevent them from sho…
45 - Fixed: was not possible to set the clip's duration just using the 'end' parameter
49 - Arranges the buttons to the left if the scrubber is not shown (when using showScrubber: false)
52 - Email sending works now by default, it sends the data to flowplayer.org's email sender
57 …- Now uses the "native full screen" by default, no need to specify useNativeFullScreen: true to en…
59 used to disable it.
60 - New button to mute and unmute the sound volume
61 - Possibility to show/hide every button and widget in the control bar
64 - Added a new callback onFlowPlayerReady() to the JavaScript API.
71 - Added new "onPlaybackTime" callback to the JavaScript API. Reports the current time
75 - Embed view shows a direct link to the current video file
76 * added videoLink config option that can be used to override the default
87 - autoRewind now rewinds to start and stops if loop is false
94 - setConfig() JavaScript API function is initialized as early as possible to
97 - volume level was reset back to 100% when scrubbing
103 - Extensions to the JavaScript API
104 - Added the possibility to play a clip via JavaScript
105 - Added possibility to set programmatic cue points using JavaScript
106 - Added possibility to play a clip having a RTMP url
108 to configure it and play clips.
111 - Possibility to supply the embed code in config
112 - Possibility to load a page for suggestions instead of just playing them in the same
116 - You can now seek to the beginning or the end of a video using the scrubber
121 …- doubleclickin on the "play" overlay at the beginning of a playlist caused the player to pause. N…
123 - Fixes to suggestions:
125 …- Suggestions loading did not work when using an external config file. Caused the player to initia…
134 - RTMP recorded streams were not played to the end
139 - Added all dependencies to the source distribution package
141 …- videoHeight does not have any effect in full screen mode any more, now resizes to fit the full a…
147 - The Long Play version (FlowPlayerLP.swf) now resizes to full screen
148 - Addes mouse over states to buttons.
149 …- Added 'overlay' to image clips. Can be used to overlay a play button image on top of another ima…
151 …- Added new clip specific configuration variable 'liveStream' to specify that the clip is a live s…
153 …- Changed the background of the video area to be black. Now the player does not show the video (sh…
155 …- Added new clip specific setting 'showOnLoadBegin'. Turn this to false and the video will not be …
159 …- By default the loop button is no longer shown. You have to specify showLoopButton: true to make …
162 - Progress bar now better seeks to the end of videos.
167 - Setting showFullScreenButton to False Shortens Progress Bar - now fixed
174 0.9.1 Added 'autoPlay' variable that can be used to specify whether the
180 0.9.3 Added new 'bufferLength' variable that can be used in the HTML page to
184 0.9.4 Added a 'baseURL' variable that can be used to specify the location of
185 the video file to be loaded by Player.swf. See Player.html for an
197 - Added a new start() function to the FlowPlayer class.
201 - Added ability to loop; Contains a new toggle button to control looping.
204 - Now resizes according to the size defined in the HTML page
208 - Removed support to play videos in SWF format.
212 - Added a 'hideContols' option to hide all buttons and other widgets and
227 became visible when using only the obect-tag to embed the player into a page.
228 By using only the object tag it's possible to author valid XHTML. The sample
239 FlowPlayerLiht.swf is meant to be used with skinning: it does not contain
251 - Seeking using the dragger button is more accurate. Now it is possible to
252 seek to the very beginning of a clip.
265 - The seeker button aligned to the right from the mouse position when it was
268 - It was not possible to use characters 'y' and 'Y' in the names inside
274 - baseURLs are not appended to file name values that are complete URLs
278 thumbnails corresponding to cue points.
283 …zing options are based on those. Initially the size is maximized according to the 'videoHeight' se…
285 …- progress bar now goes to the start position (left) even when autoPlay=false and autoBuffering=fa…
288 …- Flash Media Servers seems to send the FLV metadata again and again when seeking. This caused unn…
293 * Possibility to configure the player using JavaScript and a configuration object
294 similar to the external config file (using JavaScript Object Notation, JSON)
295 * Possibility to move the playback to different clips in the playlist using JavaScript
299 - Possibility to have images in the playlist. Now the splash image is internally handled
305 - New config variable "initialScale" to control the initial scaling of the video
307 - Changed the default buffer to 10 seconds
308 - noVideoClip config setting that can be used to specify a video clip or an image to be played when
312 …- It was not possible to pass an empty string in baseURL when using setConfig() in the JavaScript …
317 …Changed to use the same configuration syntax with flashVars as with external configuration files. …
320 - It was impossible to disable autoPlay and autoBuffering
331 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
332 - Fixed the sample html files to work in Internet Explorer. The pages now use SWFObject
333 (http://blog.deconcept.com/swfobject/) to embed the player.
336 …- Changed volume slider to change the volume while the slider is being moved. The previous version…
340 …- Looping does not go to the splash after the last clip in the playlist is finished. Instead the p…
341to the first clip after the splash. This is valid also when only one video is configured to be pla…
345 - Protection scheme to prevent inline linking (http://en.wikipedia.org/wiki/Inline_linking)
347 …- Images in playlist are resized according to the menu options. Images also respect the 'initialSc…
353 - New config options to hide the loop button and the size options menu.
354 - Possibility to disable transport control buttons using a clip specific option.
355 …- Possibility to have hyperlinks for clips. Will open the linked URL into the browser when the cli…
356 - Possibility to disable pause/resume behavior associated to clicking the video area. This is done
357 by specifying an empty hyperlink URL to a click.
359 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
364 - Ability to include Flash movies (swf files) in playlist
365 …- Added a type property to playlist clips so that the URLs don't need to have an extension (swf, f…
374 - allows seeking to unbuffered areas when streaming with lighttpd
376 - volume slider goes all the way to the right edge
381 - Added several event callbacks to the JavaScript API. See javascript.txt for details.
384 - Andrew Rice: Faster seeking with lighttpd by using a binary search to find the keyframes.
385 A fix to the Seek() method in the JavaScript API now works correctly with lighttpd.
392 - Added more event callbacks to the JavaScript API. See javascript.txt for details.
393 …- Changed the splash image to use the 'baseURL' variable that is used with all other types of clip…
407 Fixes a bug in the new full screen feature, it was not able to dynamically add the required
408 JavaScript to the opening page's DOM on Internet Explorer.
414 - Added a button to open the full screen page.
416 - Added a 'autoRewind' option that is used to rewind to the first clip in the playlist. The old
417 'loop' option keeps the playback looping without returning back to the first splash image
419 …- Added ability to include png files in playlists. Especially useful for creating transparent spla…
421 - Added a per clip parameter 'allowResize' that can be used to override the scaling setting.
422 - Changed the font used in FlowPlayer to be non italics
423 - Added possibility to fix the control buttons area width. Now the controls do not fill the whole
435 How to use it
442 Please post support requests and feedback to the forums at http://flowplayer.org