- 09 Dec, 2013 2 commits
-
-
Anssi Piirainen authored
-
Daniel Rossi authored
- #163 optimise timers on autohide and scrubber slider. fix issues with directly adding clips and in stream clips on the playlist changes. - #163 disable error dispatches on the animation library around the easing setter.
-
- 08 Dec, 2013 2 commits
-
-
Christian Ebert authored
Safari 6 reports the installed Flash version even when the plugin is disabled, thus for instance not triggering expressInstall. Make sure to return Flash version only when Flash plugin is actually enabled.
-
Daniel Rossi authored
- #75 temporary fix for seeking with progressive download as it creates a delay to dispatch seek events because of the seek delay timer. use buffer full events instead but this requires unbinding the event first.
-
- 07 Dec, 2013 2 commits
-
-
Daniel Rossi authored
-
Daniel Rossi authored
- #163 possible fixes for playlist replacement memory leak. unbind and clear all timer events and listeners where completed, use weak references when unable to set listener method callbacks, initialise and reset playlist clips list, reset screen display list when changing playlists. stop and close the connection and stream when replacing clips.
-
- 05 Dec, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 04 Dec, 2013 3 commits
-
-
Dan Rossi authored
-
Dan Rossi authored
-
Anssi Piirainen authored
-
- 25 Nov, 2013 2 commits
-
-
Dan Rossi authored
- #104 when completing a seek click or drag, do a final non silent seek request when both paused and resuming playback from a paused seek. This fix also enables seeking while clicking the scrubber when paused. - #104 if the updated time is a fraction less than the seek target time ie for HDS, use a bitwise rounding so the seek time can stop.
-
Dan Rossi authored
- #148 add onMetaDataChange event to extend clip properties, this was needed to prevent regular updates during stream switching.
-
- 24 Nov, 2013 3 commits
-
-
Anssi Piirainen authored
-
Anssi Piirainen authored
Don’t use the audio provider (and automatically load the plugin) if a provider value has been provided for the clip.
-
Anssi Piirainen authored
-
- 22 Nov, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 19 Nov, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 18 Nov, 2013 2 commits
-
-
Dan Rossi authored
- #148 add onMetaDataChange event to extend clip properties, this was needed to prevent regular updates during stream switching.
- 09 Sep, 2013 1 commit
-
-
Anssi Piirainen authored
Only load plugins and external config from the same domain as the player swf from loaded from. Fixes fixes flowplayer/flash#121
-
- 03 Jul, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 27 May, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 27 Mar, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 20 Mar, 2013 1 commit
-
-
Anssi Piirainen authored
hack to fix a namespace conflict with the JSON parser now included in the Flex SDK. I want to keep it using our patched JSON parser instead of the Flex one.
-
- 28 Feb, 2013 1 commit
-
-
Dan Rossi authored
-
- 12 Feb, 2013 2 commits
-
-
Anssi Piirainen authored
-
Anssi Piirainen authored
-
- 07 Feb, 2013 1 commit
-
-
Anssi Piirainen authored
-
- 18 Jan, 2013 1 commit
-
-
Dan Rossi authored
-
- 17 Dec, 2012 1 commit
-
-
Dan Rossi authored
- #50 if we have metadata already set it is being updated during seeks and switching, dispatch metadata change events instead. new clip event method added onMetadataChange
-
- 20 Nov, 2012 2 commits
-
-
Christian Ebert authored
Turning the self executing function into a boolean expression will make even more sure that minification and loading in conjunction with other minified scripts does not cause problems. fp5's flowplayer.js uses the same convention.
-
Christian Ebert authored
This allows to give unescaped ampersands and equal signs in the json configuration or parsed anchors of clip urls. They must be escaped because they are written as flashvars into the generated object. Whereas api methods, like play(url), needed unescaped urls. This change tries to be very defensive and only addresses clip urls to avoid the issues encountered in 3.2.8 with point blank escaping the entire configuration. Note that the substitution also touches the query part of an url only as & and = are only allowed there. Use case: amazon cloudfront signed urls. See also: http://flash.flowplayer.org/forum/8/103438/ TODO: look for other occurences where this can be done in a safe way, like for the queryString paramter of the pseudostreaming plugin.
-
- 15 Nov, 2012 1 commit
-
-
Dan Rossi authored
-
- 08 Nov, 2012 3 commits
-
-
Dan Rossi authored
-
Dan Rossi authored
- #44 fixes for #627 check if the stagevideo dimensions and positioning has changed to update the stage video mask with. unbinding and binding stage video events caused issues with instream playlists therefore has to be kept binded. unbinded stage video events during seeking to prevent the mask repositioning.
-
Dan Rossi authored
-
- 29 Oct, 2012 1 commit
-
-
Dan Rossi authored
- #42 when returning and resuming from an instream clip, restart the time update timer.
-
- 04 Oct, 2012 1 commit
-
-
Dan Rossi authored
-
- 11 Sep, 2012 1 commit
-
-
Daniel Rossi authored
-
- 10 Sep, 2012 1 commit
-
-
Daniel Rossi authored
- #629 if start has been dispatched already prevent dispatching many begin events. - Fixes for #15
-