Video Failed to load...
var code1 = false;
var code2 = false;
var code3 = false;
jwplayer('mediaspace1').setup({
'flashplayer': '/sites/default/files/jwplayer/player.swf',
'file': 'https://s3.amazonaws.com/abi-sessions/2016/ABI_Live/LIVE16_RES_RestructuringCCRC_720.mp4',
'controlbar': 'bottom',
events: {
onTime: function(event) {
if (event.position >= 1200 && code1==false) {
this.pause();
alert('Save CLE Code: 96514');
this.play();
code1 = true;
}
if (event.position >= 2400 && code2==false) {
this.pause();
alert('Save CLE Code: 40172');
this.play();
code2 = true;
}
duration = jwplayer().getDuration();
if(duration > 4199){
if (event.position >= 4200 && code3==false) {
this.pause();
alert('Save CLE Code: 58713');
this.play();
code3 = true;
}
}
}
}
});