在线客服QQ: 176797520 极酷FlvPlayer在线客服 酷播网页视频播放器

4.6.5 后置广告




后置广告:
如果开启了后置广告,在视频播放结束,即会显示;
支持swf,jpg,gif,png文件格式,均可以添加广告链接地址
后置广告在使用方面与其它几种广告稍有不同,由于视频结束时,有多种动作,所以先必须选择开启使用“后置广告”这种动作。
视频结束后的动作参数JcScpShowList 它有yes/no/showad/next四个值:
yes(显示结束列表)
no(不执行任何动作)
showad( 显示后置广告)/
next(执行js中的getNext函数)
例(4.6.5)-1:调用方式一

//配置文件参数
<CuPlayer>
<Player_Set
JcScpBufferTime = "5"
JcScpVolume = "75"
JcScpCode = "utf8"
JcScpImgDisplay = "no"
JcScpAutoHideControl="no"
JcScpControlHideTime="0.5"
JcScpControlHeight="40"
JcScpShowList= "showad" //后置广告必须先在此处开启一下,值为showad
......
/>
......
<Flashvars_Set
JcScpServer =""
JcScpVideoPath = "http://mv.top100.cn/special_26851/Everytime.flv"
JcScpVideoPathHD = "http://mv.top100.cn/special_26851/Everytime.flv"
JcScpImg ="Images/flashChangfa2.jpg"
......
ShowJcScpAEnd = "yes"
JcScpAEndPath = "Images/Cover_changfa.jpg"
JcScpAEndW = "400"
JcScpAEndH = "200"
JcScpAEndLink = "http://yxp.163.com/act/ShowJcScpAEnd466.html"
......