'user strict'; window.onload = function () { //初始化 var video = $('#video1').videoCt({ title: '', //标题 volume: 0.2, //音量 barrage: false, //弹幕开关 comment: false, //弹幕 reversal: true, //镜像翻转 playSpeed: true, //播放速度 update: false, //下载 autoplay: false, //自动播放 clarity: { type: ['1080P','720P','480P','306P'], //清晰度 src: ['http://images.lhg35.com/upfiles/2020/3/25/e73598f8-adbb-4af4-a6aa-5b0e68ff6d98.mp4'] //链接地址 } //commentFile: 'comment.json' //导入弹幕json数据 }); //扩展 video.title; //标题 video.status; //状态 video.currentTime; //当前时长 video.duration; //总时长 video.volume; //音量 video.clarityType; //清晰度 video.claritySrc; //链接地址 video.fullScreen; //全屏 video.reversal; //镜像翻转 video.playSpeed; //播放速度 video.cutover; //切换下个视频是否自动播放 video.commentTitle; //弹幕标题 video.commentId; //弹幕id video.commentClass; //弹幕类型 video.commentSwitch; //弹幕是否打开 }; $("video").attr("poster", "http://images.lhg35.com/videopic/2020/07/01/202007011555068269.jpg");