With message broadcast when player is ready
User can catch a broadcasted message when the player is ready. e.g.
$scope.$on('ng-jwplayer-ready', function(event) {
jwplayerService.myPlayer.play(true);
});
User can catch a broadcasted message when the player is ready. e.g.
$scope.$on('ng-jwplayer-ready', function(event) {
jwplayerService.myPlayer.play(true);
});