Details
-
Bug
-
Resolution: Won't Do
-
Major
-
2.0.8
-
None
-
None
-
-
Empty show more show less
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)
;
$.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.
Checklists
Acceptance criteria