jwplayer 6带有前贴片视频和xml文件

时间:2014-02-21 05:26:33

标签: javascript jwplayer

我正在尝试使用jwplayer 6制作一个带有链接的广告视频,以便在10秒内关闭它,但我不是专家。

我在wowza论坛发帖但没有答案,网址是:

http://www.wowza.com/forums/showthread.php?35309-jwplayer-6-pre-roll-video-xml-file&p=133725#post133725 1

有人能帮帮我吗?

祝你好运

1 个答案:

答案 0 :(得分:0)

http://www.longtailvideo.com/support/jw-player/35944/skipping-ads

<script>
  jwplayer("myElement").setup({
    image: "/uploads/myPoster.jpg",
    file: "/uploads/myVideo.mp4",
    primary: 'flash',
    advertising: {
      client: "vast",
     'skipoffset':10,   
      tag: "http://adserver.com/vastResponse.xml"
    }
  });
</script>