Lines Matching refs:when

5 - #614 when the clip ends if the next clip in the provider has a different provider close the provi…
8 - #9 when replaying from stopping, connection does not receive callbacks anymore.
28 - #526 allow click through event for flash installation message when using div containers.
41 - #503 Update viewport when stage is added to obtain the coordnates correctly. Update viewport when
56 - fixed to dispatch onStart also when replaying the previous clip, now the JS controlbar again work…
57 - cuepoints were fired multiple times when there is a playlist with several clips. Issue #150.
58 - fixed XML parsing error when metadata's keys contains dashes
65 - using linkUrl now works when calling JS function setClip
74 - fixed #364, NetConnection unnecessary closed/reconnected when the netConnection does not change f…
84 …nt seek and force to seek to a keyframe or else video frame will not display initially when paused.
85 - #375 clearing the event listeners when adding new video displays prevents new events being added
90 - #375 possible fix when replacing the playlist in onBeforeFinish, move replay button to onFinish.
97 - #416 enable seekableOnBegin to enable the scrubbar correctly when autobuffering.
99 - #426 when a plugin width is set to a percentage, x/y is required to be floored or else it will af…
104 - #439 check for all rtmp streaming protocols when checking for rtmp urls.
106 - #461 when we have a clip base url set, we need the complete clip url sent to play2 for http strea…
107 - #470 check for a playlist when replacing the playlist with an rss feed.
128 - does not show the error dialog in the debugger player when showErrors: false
129 - fixed to correctly handle xx.ca subdomains when validating the license key
131 - does not show the buffer animation any more when the player receives the onBufferEmpty message fr…
139 - Now displays a hand cursor when a linkUrl is used in clips
152 - fixed #112, wrong URL computation when using clip with relative URL on a page with a / after a # …
165 - Fix to reuse buffered data when replaying a clip
170 - Fixed video size when no size info available in clip metadata
174 when it automatically loads the controls plugin.
186 - onSeek() was not fired when seeking while paused and when using RTMP. An extra onStart was fired …
188 - countPlugins() was throwing an error when a plugin was not found
190 - the logo was unnecessary shown when going fullscreen if logo.displayTime was being used
193 - showPlugin was not working when config.play was null
197 - fixed event dispatching when embedding flowplayer without flowplayer.js (=without playlist config…
198 - fixed safari crashes when unloading player
200 - fixed errors in logs when using an RSS playlist
202 - fixed wrong behavior when onBeforeFinish was returning false within playlists
210 - The player went to a locked state when resuming playback after a period that was long enought to …
211 netConnection to an invalid state. Now when resuming playback on an invalid connection the clip sta…
212 the beginning. This is only when using RTMP connections and does not affect progressive download pl…
233 - the result of URL resolvers in now cached, and the resolvers will not be used again when a clip i…
245 - Player was not initialized correctly when instream playlists were used and the provider used in t…
251 - Issue 14: onBeforeStop was unnecessarily fired when calling setPlaylist() and the player was not …
273 This can be used for example when firing custom events from RTMP server apps
274 - Added new clip event types: 'onConnectionEvent' and 'onStreamEvent' these get fired when the pred…
287 - Security error when clicking on the screen if there is an image in the playlist loaded from a for…
301 - when showing images the duration tracking starts only after the image has been completely loaded:…
315 - Added possibility to seek when in the buffering state: http://flowplayer.org/forum/3/13896
322 - screen is now arranged correctly even when only bottom or top is defined for it in the configurat…
325 - screen is now arranged correctly even when only bottom or top is defined for it in the configurat…
329 - The play button overlay no longer has a gap between it's pieces when a label is used: http://flow…
338 …ire events with metadata from the previous clip in the playlist. Occurred when moving in the playl…
351 - now displays a live feed even when the RTMP server does not send any metadata and the onStart met…
364 - error messages are now automatically hidden after a 4 second delay. They are also hidden when a n…
365 starts playing (when onBeforeBegin is fired)
375 - Removed security errors that happened when loading images from foreign domains (domains other tha…
382 when the logo is clicked. Possible values for linkWindow:
387 - Added linkUrl and linkWindow properties to clips. The linked page is opened when the video are is…
399 - The START event is now delayed so that the metadata is available when the event is fired, METADAT…
400 …new event BEGIN that is dispatched when the playback has been successfully started. Metadata is no…
401 available when BEGIN is fired.
418 - fix to prevent the play button going visible when the onBufferEmpty event occurs
438 - The Flowplayer API was not fully initialized when onLoad was invoked on Flash plugins
454 - video was stretched below the controls in fullscreen when autoHide: 'never'