Reputation: 43
Am using jwplayer 7 enterprise version, while using onReady method in new API format, but the onReady event is not firing all the time.
I don't see any error in console as well.
Following link is the Sample player, please help to resolve this.
http://nithin.nichevid.co.in/player/11434
Upvotes: 3
Views: 1077
Reputation: 43
onReady method must be called immediately after setup done. Re ordering the script made it work.
Upvotes: 1