JWPlayer Function pause() and stop() aren't working?
I've been trying to pause the player when the onReady() event is fired but nothing happens and the player will just play the video.
I added in an alert to test if the onReady() event was being called, and it was the alert message appeared.
But When I try to pause or stop the video nothing happens, I've tested seek(), and setFullscreen() and they work fine.
I even download a new file straight from the developer section, but the issue still exists.
I've checked the console and no JavaScript issues show up.
Any ideas on this?
Demo: http://elvis.rowan.edu/~majeko02/Events/EventTests.html