- 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.
-
- 09 Mar, 2013 4 commits
-
-
Anssi Piirainen authored
-
Anssi Piirainen authored
-
Anssi Piirainen authored
-
Anssi Piirainen authored
-
- 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
-
- 29 Jan, 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.
-
- 12 Oct, 2012 1 commit
-
-
Anssi Piirainen authored
-
- 04 Oct, 2012 1 commit
-
-
Dan Rossi authored
-
- 18 Sep, 2012 1 commit
-
-
Anssi Piirainen 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
-
- 09 Sep, 2012 1 commit
-
-
Anssi Piirainen authored
-
- 08 Sep, 2012 1 commit
-
-
Anssi Piirainen authored
-
- 07 Sep, 2012 1 commit
-
-
Daniel Rossi authored
- #15 add cache busting to the file being checked for availability to play back correctly once resolving has completed.
-
- 06 Sep, 2012 1 commit
-
-
Anssi Piirainen authored
-
- 05 Sep, 2012 1 commit
-
-
Anssi Piirainen authored
-
- 04 Sep, 2012 1 commit
-
-
Daniel Rossi authored
-
- 03 Sep, 2012 2 commits
-
-
Daniel Rossi authored
- #630 when the event is null we're in silent seek during controlbar dragging, only seek when not silent.
-
Daniel Rossi authored
-
- 28 Aug, 2012 2 commits
-
-
Daniel Rossi authored
- #614 when the clip ends if the next clip in the provider has a different provider close the provider stream. - #627 only detach / attach the display on start events which causes issues in buffering events after a seek in stagevideo. - #627 re-enable stagevideo state change listeners if stagevideo is available or detach the fullscreen events on first call.
-
Anssi Piirainen authored
-