国产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
主站蜘蛛池模板: 亚洲欧美国产精品第1页 | 久久91精品久久91综合 | 亚洲第一导航 | 8x国产在线观看 | 交换国产精品视频一区 | 日韩欧美国产中文 | 国产成人精品.一二区 | 欧美一区二区在线免费观看 | 97人人澡 | 91精品啪国产在线观看免费牛牛 | 国内精品伊人久久久影视 | 在线视频 中文字幕 | 欧美日本日韩aⅴ在线视频 欧美日韩91 | 五月天婷婷综合 | 欧美精品一二区 | 日韩在线不卡 | 国产在线精品一区二区三区不卡 | 日韩精品欧美高清区 | 亚洲第一欧美 | 中国一级全黄的免费观看 | 大色欧美| 美女视频黄a视频全免费网站下载 | 亚洲欧洲日产国码一级毛片 | 永久免费观看的毛片的网站下载 | 久久精品一区二区国产 | 国内精品久久久久 | 欧日韩视频 | 成人亚洲国产精品久久 | 欧美一区二区在线播放 | 在线观看黄a大片爽爽影院免费 | 国产视频不卡 | 可以看的毛片 | 欧美色第一页 | 五十路完熟交尾 | 香蕉啪啪 | 亚洲国产系列一区二区三区 | 国产一区二区三区在线视频 | 欧美操| 亚洲欧美网 | 最新国产网址 | 欧美精品在线看 |