问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

有没有好用的h5播放器,可以记录进度的

发布网友 发布时间:2022-04-29 16:18

我来回答

3个回答

热心网友 时间:2023-10-19 00:27

flowplayer播放器,也可以的

热心网友 时间:2023-10-19 00:27

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<style>
.chimee-container {
width: 800px;
height: 400px;
margin: 10px auto;
position: relative;
}

.time-ad {
background-color: transparent;
border: 0;
}

.time-ad img {
display: block;
width: 30px;
}

.time-ad em {
position: absolute;
right: -7px;
top: 35px;
width: 60px;
text-align: center;
font-size: 12px;
background-color: rgba(156, 85, 85, 0.66);
padding: 0 3px;
z-index: -1;
border-radius: 5px;
}

.time-ad cm-pp-close {
display: none;
}

.time-ad cm-pp-body {
padding: 0;
}
</style>

<body>

<div class="chimee-container">
<video tabindex="-1"></video>
</div>

<script src="https://s3.ssl.qhres.com/!fd546749/chimee-player.browser.js" type="text/javascript"></script>

</body>

</html>
<script>
var aggdPlugin = ChimeePlayer.popupFactory({
name: 'time-ad',
className: 'time-ad',
title: false,
body: '',
offset: '0px 10px auto auto',
operable: false
});
ChimeePlayer.install(aggdPlugin);

var player = new ChimeePlayer({
wrapper: '.chimee-container',
src: location.protocol + '//chimee.org/vod/1.mp4',
isLive: false,
box: 'native',
autoplay: false,
controls: true,
plugin: [aggdPlugin.name]
});
</script>

热心网友 时间:2023-10-19 00:28

video标签啊。应该有属性的吧。查询w3school把。那里更详细点。

热心网友 时间:2023-10-19 00:27

flowplayer播放器,也可以的

热心网友 时间:2023-10-19 00:27

flowplayer播放器,也可以的

热心网友 时间:2023-10-19 00:28

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<style>
.chimee-container {
width: 800px;
height: 400px;
margin: 10px auto;
position: relative;
}

.time-ad {
background-color: transparent;
border: 0;
}

.time-ad img {
display: block;
width: 30px;
}

.time-ad em {
position: absolute;
right: -7px;
top: 35px;
width: 60px;
text-align: center;
font-size: 12px;
background-color: rgba(156, 85, 85, 0.66);
padding: 0 3px;
z-index: -1;
border-radius: 5px;
}

.time-ad cm-pp-close {
display: none;
}

.time-ad cm-pp-body {
padding: 0;
}
</style>

<body>

<div class="chimee-container">
<video tabindex="-1"></video>
</div>

<script src="https://s3.ssl.qhres.com/!fd546749/chimee-player.browser.js" type="text/javascript"></script>

</body>

</html>
<script>
var aggdPlugin = ChimeePlayer.popupFactory({
name: 'time-ad',
className: 'time-ad',
title: false,
body: '',
offset: '0px 10px auto auto',
operable: false
});
ChimeePlayer.install(aggdPlugin);

var player = new ChimeePlayer({
wrapper: '.chimee-container',
src: location.protocol + '//chimee.org/vod/1.mp4',
isLive: false,
box: 'native',
autoplay: false,
controls: true,
plugin: [aggdPlugin.name]
});
</script>

热心网友 时间:2023-10-19 00:28

video标签啊。应该有属性的吧。查询w3school把。那里更详细点。

热心网友 时间:2023-10-19 00:27

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<style>
.chimee-container {
width: 800px;
height: 400px;
margin: 10px auto;
position: relative;
}

.time-ad {
background-color: transparent;
border: 0;
}

.time-ad img {
display: block;
width: 30px;
}

.time-ad em {
position: absolute;
right: -7px;
top: 35px;
width: 60px;
text-align: center;
font-size: 12px;
background-color: rgba(156, 85, 85, 0.66);
padding: 0 3px;
z-index: -1;
border-radius: 5px;
}

.time-ad cm-pp-close {
display: none;
}

.time-ad cm-pp-body {
padding: 0;
}
</style>

<body>

<div class="chimee-container">
<video tabindex="-1"></video>
</div>

<script src="https://s3.ssl.qhres.com/!fd546749/chimee-player.browser.js" type="text/javascript"></script>

</body>

</html>
<script>
var aggdPlugin = ChimeePlayer.popupFactory({
name: 'time-ad',
className: 'time-ad',
title: false,
body: '',
offset: '0px 10px auto auto',
operable: false
});
ChimeePlayer.install(aggdPlugin);

var player = new ChimeePlayer({
wrapper: '.chimee-container',
src: location.protocol + '//chimee.org/vod/1.mp4',
isLive: false,
box: 'native',
autoplay: false,
controls: true,
plugin: [aggdPlugin.name]
});
</script>

热心网友 时间:2023-10-19 00:28

video标签啊。应该有属性的吧。查询w3school把。那里更详细点。

热心网友 时间:2023-10-19 00:27

flowplayer播放器,也可以的

热心网友 时间:2023-10-19 00:28

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<style>
.chimee-container {
width: 800px;
height: 400px;
margin: 10px auto;
position: relative;
}

.time-ad {
background-color: transparent;
border: 0;
}

.time-ad img {
display: block;
width: 30px;
}

.time-ad em {
position: absolute;
right: -7px;
top: 35px;
width: 60px;
text-align: center;
font-size: 12px;
background-color: rgba(156, 85, 85, 0.66);
padding: 0 3px;
z-index: -1;
border-radius: 5px;
}

.time-ad cm-pp-close {
display: none;
}

.time-ad cm-pp-body {
padding: 0;
}
</style>

<body>

<div class="chimee-container">
<video tabindex="-1"></video>
</div>

<script src="https://s3.ssl.qhres.com/!fd546749/chimee-player.browser.js" type="text/javascript"></script>

</body>

</html>
<script>
var aggdPlugin = ChimeePlayer.popupFactory({
name: 'time-ad',
className: 'time-ad',
title: false,
body: '',
offset: '0px 10px auto auto',
operable: false
});
ChimeePlayer.install(aggdPlugin);

var player = new ChimeePlayer({
wrapper: '.chimee-container',
src: location.protocol + '//chimee.org/vod/1.mp4',
isLive: false,
box: 'native',
autoplay: false,
controls: true,
plugin: [aggdPlugin.name]
});
</script>

热心网友 时间:2023-10-19 00:28

video标签啊。应该有属性的吧。查询w3school把。那里更详细点。
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
苹果电脑电池充不进电苹果电脑充不进去电是怎么回事 苹果电脑不充电没反应苹果电脑充电指示灯不亮充不了电怎么办 狗狗更加忠诚护家、善解人意,养一只宠物陪伴自己,泰迪能长多大... 描写泰迪狗的外形和特点的句子 国外留学有用吗 花钱出国留学有用吗 !这叫什么号 百万医疗赔付后是否可以续保 前一年理赔过医疗险还能续保吗? 医疗住院险理赔后还能购买吗? 找个私服,叫财神客栈,网址是数字开头,如下: 176.***gm.com或是***.176gm.com - 信息提示 华为P50怎么退出盲人模式? 绿豆海带粥(二)怎么做才好吃? 滑板OLLIE刷板的时机大神们帮帮忙 街头篮球整样刷板 ollie刷板 海带绿豆糖水为什么要放陈皮??? 滑板做ollie的时候 前脚只用刷板带板 就是后脚发力起跳就行了吧? 前脚是不是只用刷板 不用发力啊 oille是什么意思 怎么练习滑板OLLIE的刷板,我刷不动啊 海带和绿豆粥可以一起吃吗? 海带绿豆汤清热解暑作用,海带绿豆汤怎么做? 街头篮球怎么样刷板才能厉害? ollie点板刷板节奏问题,求教 我刚刚开始打篮球,不会打篮球如何刷板 街头篮球板房是什么意思? 街头篮球如何刷板? 滑板刷板……初学者 街头篮球里刷是什么意思 html5播放器和flash播放器哪个好 火狐浏览器突然不能使用H5播放器了怎么办? 谁有176精品脚本? 哪个导购平台更可靠些? 苹果ID登不上去 为什么网页用H5播放器会卡死,flash就不会 win10怎么卸载H5播放器 打印机不打印了,怎么修呀? OF2的空间构型?如题 谢谢了 of2是极性分子,则其空间构型为V型对吗? 打印机不转动怎么修理就是点击打印后打印机没有反应 为什么OF2的分子构型是:F:O:F:这样的? 打印机电源的灯亮着,但是不能打印。这是什么原因如何修理? X、Y、Z为三种短周期元素,原子序数之和为32,X和Y为相邻周期的元素,Y和Z为同周期的元素.Y的质子数比X 2+的空间构型是什么?中心原子什么杂化 打印机不进纸怎么维修 二氟化硒分子存在杂化类型 哪位大侠知道打印机无法正常打印时如何维修? 怎么啦,你?这句话的标点符号对吗 of2的杂化轨道类型是什么?