茄子在线看片免费人成视频,午夜福利精品a在线观看,国产高清自产拍在线观看,久久综合久久狠狠综合

    <s id="ddbnn"></s>
  • <sub id="ddbnn"><ol id="ddbnn"></ol></sub>

  • <legend id="ddbnn"></legend><s id="ddbnn"></s>

    在html中插入音頻文件在瀏覽器中播放音頻文件的兼容性問(wèn)題
    來(lái)源:易賢網(wǎng) 閱讀:1347 次 日期:2016-06-23 09:12:04
    溫馨提示:易賢網(wǎng)小編為您整理了“在html中插入音頻文件在瀏覽器中播放音頻文件的兼容性問(wèn)題”,方便廣大網(wǎng)友查閱!

    下面談?wù)劚救嗽趆tml中插入音頻文件,經(jīng)過(guò)我的本地測(cè)試總結(jié)的一些問(wèn)題(播放mp3文件):

    1、<embed type=audio/mp3 src= autostart=true loop=false></embed>

    問(wèn)題:ie8上正常(通過(guò)media player插件來(lái)播放)但在ie6和ie7上不會(huì)播放

    firefox上要安裝quicktime插件才能播放

    chrome通過(guò)將其轉(zhuǎn)化成html5上的<vidio>標(biāo)簽播放,能播放但會(huì)使整個(gè)屏幕藍(lán)屏

    opera不會(huì)自動(dòng)播放

    2、<embed type=audio/midi src= autostart=true loop=false></embed>

    問(wèn)題:ie6,ie7上不會(huì)正常播放,ie8正常

    firefox上正常

    chrome上要求骯臟quicktime插件才能正常播放

    opera不會(huì)自動(dòng)播放

    3、<object data= />

    問(wèn)題:在ie6,7上不能播放,ie8會(huì)彈出“非正常使用的articx”等字樣的提示

    firefox上正常

    chrome上正常

    opera不支持

    4、<audio src= type=audio/mp3 />

    問(wèn)題:html5標(biāo)簽 僅chrome支持

    5、

    代碼如下:

    <audio autoplay>

    <source src= type=audio/mp3 />

    <embed src= type=audio/mp3/>

    </audio>

    問(wèn)題:ie6,ie7不支持,其余瀏覽器均支持,opera不能自動(dòng)播放

    6、<embed src=><noembed><bgsound src=></noembed>

    問(wèn)題:ie6,ie7均不支持,其余瀏覽器均支持,opera不能自動(dòng)播放

    綜合以上本人采取了一下方式(jquery下執(zhí)行):

    代碼如下:

    if(navigator.useragent.indexof(chrome) > -1){

    如果是chrome:

    <audio src= type=audio/mp3 autoplay=”autoplay” hidden=true></audio>

    }else if(navigator.useragent.indexof(firefox)!=-1){

    如果是firefox:

    <embed src= type=audio/mp3 hidden=true loop=false mastersound></embed>

    }else if(navigator.appname.indexof(microsoft internet explorer)!=-1 && document.all){

    如果是ie(6,7,8):

    <object classid=clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95><param name=autostart value=1 /><param name=src value= /></object>

    }else if(navigator.appname.indexof(opera)!=-1){

    如果是oprea:

    <embed src= type=audio/mpeg loop=false></embed>

    }else{

    <embed src= type=audio/mp3 hidden=true loop=false mastersound></embed>

    }

    代碼如下:

    var ua = navigator.useragent.tolowercase();

    if(ua.match(/msie ([\d.]+)/)){

    jquery('#__alert_sound').html('<object classid=clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95><param name=autostart value=1 /><param name=src value=/sounds/alert/1.mp3 /></object>');

    }

    else if(ua.match(/firefox\/([\d.]+)/)){

    jquery('#__alert_sound').html('<embed src=/sounds/alert/1.mp3 type=audio/mp3 hidden=true loop=false mastersound></embed>');

    }

    else if(ua.match(/chrome\/([\d.]+)/)){

    jquery('#__alert_sound').html('<audio src=/sounds/alert/1.mp3 type=audio/mp3 autoplay=”autoplay” hidden=true></audio>');

    }

    else if(ua.match(/opera.([\d.]+)/)){

    jquery('#__alert_sound').html('<embed src=/sounds/alert/1.mp3 hidden=true loop=false><noembed><bgsounds src=/sounds/alert/1.mp3></noembed>');

    }

    else if(ua.match(/version\/([\d.]+).*safari/)){

    jquery('#__alert_sound').html('<audio src=/sounds/alert/1.mp3 type=audio/mp3 autoplay=”autoplay” hidden=true></audio>');

    }

    else {

    jquery('#__alert_sound').html('<embed src=/sounds/alert/1.mp3 type=audio/mp3 hidden=true loop=false mastersound></embed>');

    }

    更多信息請(qǐng)查看網(wǎng)頁(yè)制作
    由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢(xún)回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢(xún)?yōu)闇?zhǔn)!
    相關(guān)閱讀網(wǎng)頁(yè)制作

    2026國(guó)考·省考課程試聽(tīng)報(bào)名

    • 報(bào)班類(lèi)型
    • 姓名
    • 手機(jī)號(hào)
    • 驗(yàn)證碼
    關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢(xún) | 簡(jiǎn)要咨詢(xún)須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
    工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
    云南網(wǎng)警備案專(zhuān)用圖標(biāo)
    聯(lián)系電話(huà):0871-65099533/13759567129 獲取招聘考試信息及咨詢(xún)關(guān)注公眾號(hào):hfpxwx
    咨詢(xún)QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
    云南網(wǎng)警報(bào)警專(zhuān)用圖標(biāo)