Play Stop

Demonstrates basic usage of the play, stop & pause API.
kWidget.addReadyCallback( function( playerId ){
	var kdp = document.getElementById( playerId );
	$('#sampleActions .btn').click(function(){
		kdp.sendNotification( $(this).text() );
	});
});

Sample actions:

doPlay doPause doStop