Okay I need to make it so that when I play one vimeo video, all others on the page pause. This will prevent two videos from ever playing at once.
I have most of the page setup at http://www.proclinica.com/preview
You must not break the functionality that all videos pause when switching client tabs (biodex, tibion, hocomoa)
There are event listeners in the code to detect play but I can’t get them to work. I believe that is because they need to be in the $(document).ready(); but they ar…
