Play Stop

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

Sample actions:

doPlay doPause doStop

html5 qunit | flash qunit