Skip to content

Commit

Permalink
Merge pull request #5 from TmT/video
Browse files Browse the repository at this point in the history
默认去掉伪全屏逻辑
去掉腾讯视频前的广告
  • Loading branch information
hzlzh committed May 20, 2015
2 parents 5c8d613 + e192fce commit 66e472e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ function Video(config, callback) {
isHtml5ControlAlwaysShow: false,//HTML5播放器是否一直显示控制栏
isHtml5UseUI: true,//HTML5播放器是否使用自设计的控制栏
html5LiveUIFeature: false,//HTML5直播播放器UI组件
isHtml5UseFakeFullScreen: true,//是否强制使用伪全屏 注:此项必须打开
isHtml5UseFakeFullScreen: false,//是否强制使用伪全屏
//isiPhoneShowPlaysinline: true,
playerType:'html5',//使用 HTML5 播放器,不支持 IE
noLimitBtn: true,//禁止显示腾讯视频右下角高清banner
isiPhoneShowPosterOnPause : false,//设置暂停显示当前帧,仅微信内有效
isHtml5ShowLoadingAdOnStart: false,//是否展示腾讯视频前的广告
isHtml5ShowLoadingAdOnChange: false,
vodFlashExtVars: {//flash点播播放器扩展flashvars参数
share: 0,
follow: 0,
Expand Down

0 comments on commit 66e472e

Please sign in to comment.