Skip to content

With message broadcast when player is ready

Compare
Choose a tag to compare
@dkarchmer dkarchmer released this 15 Oct 04:43
· 15 commits to master since this release

User can catch a broadcasted message when the player is ready. e.g.

$scope.$on('ng-jwplayer-ready', function(event) {
                    jwplayerService.myPlayer.play(true);
                });