[MGNLSTK-1130] Bindings for the Flowplayer API missing Created: 06/Mar/13  Updated: 02/Jul/18  Resolved: 02/Jul/18

Status: Closed
Project: Magnolia Standard Templating Kit (closed)
Component/s: None
Affects Version/s: 2.0.8
Fix Version/s: 2.6.x

Type: Bug Priority: Major
Reporter: Cesar Desales Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
causality
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

flowplayer.js was a Javascript used in previous versions, among other things, to expose the flowplayer API via JQuery, most likely as follows:

/* flowplayer() */
window.flowplayer = function(fn)

{ return use_native ? 0 : $.isFunction(fn) ? extensions.push(fn) : typeof fn == 'number' || fn === undefined ? instances[fn || 0] : $(fn).data("flowplayer"); }

;

$.extend(flowplayer, ...

Flowplayer.js was replaced by html5flowplayer.js, which lacks JQuery support for accessing the Flowplayer API, for instance by not having a reference to the $flowplayer or $f variables.



 Comments   
Comment by Jan Haderka [ 02/Jul/18 ]

STK have been deprecated in September 2017. As part of this project nearing end-of-life, we are not planning to fix any of the existing issues except for the critical security issues. For more details, please consult documentation.

Generated at Mon Feb 12 07:33:38 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.