国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

如何寫一個(gè)教學(xué)視頻播放器

來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-27 20:13:27
文檔

如何寫一個(gè)教學(xué)視頻播放器

如何寫一個(gè)教學(xué)視頻播放器: <script type="text/javascript" src="1_main.js"></script> <script type="text/javascript"> function displayButton(){ document.getElementById("d2").style.opacity="1"; } funct
推薦度:
導(dǎo)讀如何寫一個(gè)教學(xué)視頻播放器: <script type="text/javascript" src="1_main.js"></script> <script type="text/javascript"> function displayButton(){ document.getElementById("d2").style.opacity="1"; } funct

 <script type="text/javascript" src="1_main.js"></script>
 <script type="text/javascript">
 function displayButton(){
 document.getElementById("d2").style.opacity="1";
 }

 function hideButton(){
 document.getElementById("d2").style.opacity="0"; 
 }

 //鼠標(biāo)2s懸停不動(dòng)隱藏d2
 <!-- var timer; -->
 <!-- function h_Button(){ -->
 <!-- timer != null && clearTimeout(timer); -->
 <!-- timer = setTimeout(function(){ -->
 <!-- document.getElementById("d2").style.opacity="0"; -->
 <!-- }, 2000) -->
 <!-- } -->

 <!-- function s_Button(){ -->
 <!-- if (document.getElementById("d2").style.opacity="0") { -->
 <!-- document.getElementById("d2").style.opacity="1"; -->
 <!-- h_Button(); -->
 <!-- } -->
 <!-- } -->
 </script>
 <style type="text/css">
 </style>
 <title>多姿多彩的泡泡</title>
</head>
<body style="height: 100%;" >
<p id="D">
 <p id="d1" >
 <video id="video" style="height: 100%; width:100%">
 </video>
 </p>
 <p id="d2" onmouseenter="displayButton()" onmouseleave="hideButton();" onmouseover="h_Button();" onmousemove="s_Button();" onclick="s_Button();">
 <p style="width:100% ; height:30%;">
 </p>
 <p style=" height:10%;width: 6.5%; float:left" align="center">
 <img class="bimg" id="home"src="buttonimg/home.png" /><br> 
 </p>

 <p id="bimg" style=" height:50%; width: 10%; float:left display:block;" >
 <img class="bimg" id="A2" src="buttonimg/a.png" alt="bimg/a2" /><br>
 <img class="bimg" id="B" src="buttonimg/b.png" alt="bimg/a2" /><br>
 <img class="bimg" id="C1" src="buttonimg/c1.png" alt="bimg/a2" /><br>
 <img class="bimg" id="C2" src="buttonimg/c1c2.png" alt="bimg/a2" /><br>
 <img class="bimg" id="C3" src="buttonimg/c3.png" alt="bimg/a2"/ >
 </p>

 <p id="videoControls" style="margin: 0 auto;position:fixed;width: 100%;height:13%;left:0;bottom: 0px;justify-content:center;align-items:center;display:-webkit-flex; display='none';"> 
 <p id="kongge" style="width:2%;height:100% ;float:left;background-color:;display:;" >               </p>

 <img id="playBtn" title="Play" style="height:60%; float:left; display:inline;cursor: pointer;" src="controls/play.png" alt="播放暫停" />
 <!-- <p style="width=5%;height:100% ;float:left;background-color:transparent;display:inline;;" >  </p> -->
 <!-- <p id="showProgrestime" style="font-weight: 600;line-height: 2px;width=10% ;height: 25px;float:left ;display:inline;background-color:transparent; color: DarkGray ;">0:00/0:00</p> -->
 <!-- <p style="width=5%;height:100%;float:left;background-color:;transparent;display:inline;" >            </p> -->
 <p style="width:5%;height:100% ;float:left;background-color:;transparent;display:inline;" >        </p>

 <p id="progressWrap" style=" "> 
 <p id="playProgress" style="">
 <!-- <img style="height:3em;float:right;margin-top:-1em;margin-bottom:-1em;" src="controls/progress.png" /> -->
 </p>
 </p>

 <p style="width:5%;height:100% ;float:left;background-color:;transparent;display:inline;" >        </p>
 <!-- <p style="width:18%;height:100% ;float:left;display:inline;" > -->
 <img id="v1" style="height:40% ;float:left;display:inline; cursor: pointer;" src="controls/v1.png" />

 <p style="width:5%;height:100% ;float:left;background-color:;transparent;display:inline;" >        </p>

 <img id="v2" style="height:40% ;float:left;display:inline; cursor: pointer;" src="controls/v2.png" />

 <p style="width:5%;height:100% ;float:left;background-color:;transparent;display:inline;" >        </p>



 <p style="width:2%;height:100% ;float:left;background-color:;transparent;display:inline;" >                    </p>

 </p> 

 </p>

 <p id="d3">
 <!-- <button id="blackboardhiden" type="button"><</button> -->
 <p id="black1"style="width:100%;height:100%; margin: auto 0; ">
 <!-- <p style="width=100% ; height:15%;"></p> -->
 <img style=" position: absolute;top:0;left:0;bottom:0;right:0;width:100%;margin:auto;" src="board/101c1.jpg" />
 <!-- <p style="width=100% ; height:15%;"></p> -->
 </p>
 <p id="black2"style="width:100%;height:100%; margin: auto 0; ">
 <!-- <p style="width=100% ; height:15%;"></p> -->
 <img style=" position: absolute;top:0;left:0;bottom:0;right:0;width:100%;margin:auto;" src="board/101c2.jpg" />
 <!-- <p style="width=100% ; height:15%;"></p> -->
 </p>
 <p id="black3"style="width:100%;height:100%; margin: auto 0; ">
 <!-- <p style="width=100% ; height:15%;"></p> -->
 <img style=" position: absolute;top:0;left:0;bottom:0;right:0;width:100%;margin:auto;" src="board/101c3.jpg" />
 <!-- <p style="width=100% ; height:15%;"></p> -->
 </p>
 <p id="blacks" >
 <p style="width:100% ; height:28%; float:left"></p>
 <img id="blackboardhiden" src="buttonimg/bhide.png" />
 </p>
 </p>
</p>
<img style="z-index: 10000; position: absolute; top:1%; left: 1%; height:20%;" src="buttonimg/logo.png" />

</body>

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

如何寫一個(gè)教學(xué)視頻播放器

如何寫一個(gè)教學(xué)視頻播放器: <script type="text/javascript" src="1_main.js"></script> <script type="text/javascript"> function displayButton(){ document.getElementById("d2").style.opacity="1"; } funct
推薦度:
標(biāo)簽: 視頻 一個(gè) 如何
  • 熱門焦點(diǎn)

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 欧美一区二区三区不卡免费 | 国产丝袜在线视频 | 亚洲三级网站 | 一区二区三区高清不卡 | 韩国精品在线观看 | 久久国产欧美日韩高清专区 | 777久久成人影院 | 国产成人区 | 免费国产在线视频 | 无毛片| 国产91精品高清一区二区三区 | 欧美第一精品 | 97在线精品 | 国内精品视频免费观看 | 免费国产一区 | 色妞综合 | b毛片| 免费一级特黄a | 日韩欧美色视频 | 国产片欧美片亚洲片久久综合 | 欧美日韩免费在线观看 | 久久综合精品国产一区二区三区 | 在线不欧美 | 国产日韩欧美91 | 国产亚洲欧美日韩俺去了 | 国产精品一级 | 久久国产欧美日韩高清专区 | 中文字幕欧美在线 | 国产未成女年一区二区 | 91精品国产色综合久久 | 国产观看| 日韩国产一区二区 | 黄色在线免费观看网址 | 一区国严二区亚洲三区 | 国产成人精品.一二区 | 日韩在线欧美高清一区 | 亚洲码欧美码一区二区三区 | 影音先锋亚洲综合小说在线 | 欧美日韩1区 | 99热成人精品国产免国语的 | 一级毛片私人影院免费 |