Closed ghost closed 7 years ago
Hi @lenin-interware!
The issue with the demo is that the files were still linked to http://css-tricks.github.com
, they needed to changed to point to https://css-tricks.github.io
.
The other problems I noted were:
.toUpperCase()
) to the code to make it backwards compatible with older versions of JWPlayer: jwplayer(v[0]).getState().toUpperCase() === 'PAUSED'
and jwplayer(jwid).getState().toUpperCase() === 'PLAYING'
.I have updated the JWPlayer wiki instructions and the demo.
† I'm really loving the jsDelivr CDN because you can add multiple files to your "collection" and it will serve all the selected files to you in one <script>
tag, e.g.
https://cdn.jsdelivr.net/g/jwplayer@7.1.4,anythingslider@1.8.6(jquery.anythingslider.min.js+jquery.anythingslider.video.min.js+jquery.anythingslider.video.js)
Thanks! It works now like a charm!!
Hi, the demo of the integration with JW Player is not working:
This is my enviroment:
The inclusion of JW Player has changed from this:
To something like this:
Please update the demo to see how it works now!