Troy,
So here is the problem. Your descriptions have !, ? and - in them that the JW Player doesn't like. I am not sure that we even need the description in the player it only shows up when someone pause the study. You can add the description to the header or footer of the popup window.
The long term solution is to remove the description from the player or find a way to get the special characters to work.
The short term solution is to remove those special characters from the descriptions or edit the code to remove the description from the player.
Code location /components/com_biblestudy/views/popup/view.html.php
You will want to find the code swfobject.embedSWF about line 112
Remove
description:'".$studyintro."',
I hope this helps.
Nick