Lines Matching refs:using

30 	- Buffering animation was left visible when pausing and resuming using the control-bar's
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)
88 …- The initialScale config option works correctly when the controls are hidden using hideControls: …
96 - does not load the fullscreen.js from flowplayer.org when using the native full screen mode
105 - Added possibility to set programmatic cue points using JavaScript
116 - You can now seek to the beginning or the end of a video using the scrubber
117 - Setting a new config using JavaScript via setConfig() now re-creates the UI so that it properly
120 - does not load the fullscreen.js from flowplayer.org when using the native full screen mode
125 …- Suggestions loading did not work when using an external config file. Caused the player to initia…
129 - Loading of configuration using RTMP from a streaming server
215 - Most of the UI is now built dynamically with ActionScript instead of using
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
235 overridden using flashvars in the HTML object tag.
251 - Seeking using the dragger button is more accurate. Now it is possible to
266 grabbed using the mouse button. Now it stays on the same position it was in
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
301 - Adjacent clips are played as one stream when using a streaming server
311 …- Fixed buffering indicator, did not show the buffer lenght correctly when not using a streaming s…
312 …- It was not possible to pass an empty string in baseURL when using setConfig() in the JavaScript …
341 …irst clip after the splash. This is valid also when only one video is configured to be played using
354 - Possibility to disable transport control buttons using a clip specific option.
384 - Andrew Rice: Faster seeking with lighttpd by using a binary search to find the keyframes.