
CDN Fallback to Local
Is there a way to create a CDN failover to a local copy of jwplayer.js? I'm looking for a simple solution like the way jQuery is implemented:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/lib/jq/jquery.min.js"><\/script>')</script>