Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

IE8: es5 polyfill w/o jquery freezes player with playlist #14

Closed
phloxic opened this issue Jul 5, 2016 · 0 comments
Closed

IE8: es5 polyfill w/o jquery freezes player with playlist #14

phloxic opened this issue Jul 5, 2016 · 0 comments
Assignees
Labels

Comments

@phloxic
Copy link
Contributor

phloxic commented Jul 5, 2016

http://flowplayer.blacktrash.org/fp6/dashjs-es5.html (packed es5, no jquery - freeze)

Consequence: remove es5 polyfill.

To avoid error reporting in IE8, additonally load jquery and es5 and - crucial! - in this order:

<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//releases.flowplayer.org/6.0.5/flowplayer.min.js"></script>
<script src="//releases.flowplayer.org/dashjs/es5.js"></script>
<script src="//releases.flowplayer.org/dashjs/flowplayer.dashjs.min.js"></script>

Same as flowplayer/flowplayer-hlsjs#38

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant