
jwplayrer
I want to add advertising in video
and my code is that
<script type="text/JavaScript">
var playerInstance = jwplayer("myElement");
jwplayer("myElement").setup({
"file": "http://content.jwplatform.com/videos/HkauGhRi-640.mp4",
"advertising": {
"client": "vast",
"schedule": {
"adbreak-preroll": {
"tag": "http://example.com/myVideo.mp4",
"offset": "pre"
},
"adbreak-midroll": {
"tag": "http://content.jwplatform.com/videos/HkauGhRi-640.mp4",
"offset": "50%"
}
}
}
});
this code is not working