javascript - how do i call vast tag in every 10 minutes? -


i trying implement vast tag video player on client web site..i need call vast tag every 10 minutes...can 1 know,which codes need implement/put current codes...

my code follows:

<script src="http://jwpsrv.com/library/ddkxavrleek6qxixoucpzg.js"></script> <div id="container">&nbsp;</div> <script> var playerinstance = jwplayer("container");     playerinstance.setup({             image: "http://demo.jwplayer.com.s3.amazonaws.com/advertising/assets/adpod.jpg",         file: "http://content.jwplatform.com/videos/s8bpzde0-knspjqnj.mp4",         advertising: {             client:"vast",             schedule:{                 adbreak1: {                     offset:'pre',                     tag: 'http://demo.jwplayer.com/advertising/assets/vast3_jw_ads.xml'                 }             }         }     }); </script> 

thank you


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -