How do I stop a video from looping?

Using loop: true in the flashvars enables looping but how do I turn it off?

kWidget.addReadyCallback( function( playerId ){ var kdp = document.getElementById( playerId ); kdp.sendNotification('loop', 'false'); }); });

Doesn’t seem to work. What’s the correct syntax?