HTML5如何實(shí)現(xiàn)網(wǎng)頁播放器

2022-06-21    分類: 網(wǎng)站建設(shè)

HTML5網(wǎng)頁播放器,主要用到了audio標(biāo)簽,讀取本地文件用的是FileReader API(貌似僅支持Chrome)?! 】创a,html代碼就只需要audio標(biāo)簽、文件上傳按鈕:


function play(){try{    var file=document.getElementById('fileurl').files[0];    var reader = new FileReader();    reader.onload = (function(file) {        return function(e){        $("audio").attr('src',e.target.result);
$("source").attr('src',e.target.result);        }    })(file);    reader.readAsDataURL(file); } }catch(e){   alert("同學(xué),該換瀏覽器啦?。?!");  }

分享題目:HTML5如何實(shí)現(xiàn)網(wǎng)頁播放器
文章轉(zhuǎn)載:http://bm7419.com/news/170296.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App設(shè)計(jì)、品牌網(wǎng)站建設(shè)域名注冊品牌網(wǎng)站制作、網(wǎng)站策劃、網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站建設(shè)