Cue Points Vast Ads

This demo includes a cuePoint with a vast ad at 5 seconds. Read more about Kaltura Ad cuePoints


Cue Points events:
Name Type Start Time

Listening to a cuePoint event in JavasScirpt

  1. kWidget.addReadyCallback(function(playerId){
  2. var kdp = $('#' + playerId)[0];
  3. kdp.kBind('cuePointReached', function( qPoint ){
  4. var type = (qPoint.context) ? 'Ad' : 'Code';
  5. $('#eventRowDesc').after(
  6. $('' ).append(
  7. $('').text( (qPoint.cuePoint.title) ? qPoint.cuePoint.title : qPoint.cuePoint.description ),
  8. $('').text( type ),
  9. $('').text( qPoint.cuePoint.startTime )
  10. )
  11. );
  12. })
  13. })
html5 qunit | flash qunit