Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-1130

Bindings for the Flowplayer API missing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 2.6.x
    • 2.0.8
    • None
    • None

    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.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              Unassigned Unassigned
              cdesales Cesar Desales
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: