
"Loading the player..." but player does not load, ever
Hi, I recently discovered that none of my JW Player audio players are loading. I'm running Joomla 3.6.5. This is the code I'm using for the players (example):
<div id="involuntary-life">Loading the player...</div>
<script type="text/javascript">
jwplayer("involuntary-life").setup({
file: "http://mysite.com/mp3/spanish/2015_02_24-Example-Audio.mp3",
width: "70%",
height: 30
});
</script>
And all I see on the front-end of my site, is "Loading the player..." but the player never loads. What is going on here?
All help is greatly appreciated!