I am working to run a pre rol add for 30-60seconds before playing video, can any body help where to keep that part in the below code,
currently i use 'itas' but it is not working. can any body help on that. thanks in advance..
jwplayer("container").setup({
flashplayer: "jwplayer/player.swf",
autostart:false,
height: 312,
width: 552,
skin:'skins/bekle.zip',
image:thumb,
stretching: 'fill',
file: file,
title: 'Welcome to LongTail Video',
//plugins: 'fbit-1,tweetit-1,gapro-2,sharing-3',
plugins: {'fbit-1':{
link: shareLink+"?vid="+videoUrl
},'tweetit-1':{},'gapro-2':{},
'sharing-3':{
code: embedCode,
link: shareLink+"?vid="+videoUrl
},
'ltas': {
'cc': 'exjxnrnwkthlfca'
}
},
events:{
onReady: function() {
loadVideoDescription(videoUrl);
}
}
});
Can you provide a link?