我正在尝试使用jwplayer 6制作一个带有链接的广告视频,以便在10秒内关闭它,但我不是专家。
我在wowza论坛发帖但没有答案,网址是:
http://www.wowza.com/forums/showthread.php?35309-jwplayer-6-pre-roll-video-xml-file&p=133725#post133725 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>