Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

"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!

7 Community Answers

Alex

JW Player Support Agent  
2 rated :

Hi there,

I do not see any issue with the code you are using, so I would need to see the page you are seeing the behavior on. Can you provide a link?

Thank you.

w...

User  
0 rated :

Sure, here: http://livingmiracles.eu/livingmiracles/teachings/spanish/audio.html

Alex

JW Player Support Agent  
1 rated :

Hi there,

I am not seeing the player’s JavaScript library embedded anywhere in your source code, which would explain why the player is not setting up. Can you make sure you are embedding the player library using one of the methods found on this support article?

Thank you.

w...

User  
0 rated :

Thank you! I'll have to investigate that a bit.

Alex

JW Player Support Agent  
1 rated :

Not a problem!

w...

User  
0 rated :

Thanks again! You were right, somehow the script got stripped from our site a while back! Added the script back to the index.php of this Joomla site and everything is working again now.

Alex

JW Player Support Agent  
0 rated :

Great to hear!

This question has received the maximum number of answers.