Issue Type: Bug Bug
Affects Versions: 2.0.8
Assignee: Unassigned
Created: 06/Mar/13 3:48 PM
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.

Project: Magnolia Standard Templating Kit
Priority: Neutral Neutral
Reporter: Cesar Desales
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to