html5實(shí)現(xiàn)完美兼容各大瀏覽器的播放器
來源:易賢網(wǎng) 閱讀:945 次 日期:2015-02-02 11:42:04
溫馨提示:易賢網(wǎng)小編為您整理了“html5實(shí)現(xiàn)完美兼容各大瀏覽器的播放器”,方便廣大網(wǎng)友查閱!

代碼如下:

<!doctype html>

<html>

<head>

<meta charset=utf-8>

<title>歌詞同步播放器-powered by widuu xiaowei</title>

<meta http-equiv=cache-control content=no-cache>

<meta name=viewport content=width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.4>

<meta name=mobileoptimized content=240>

<link href=/mp3/css/blue.css rel=stylesheet type=text/css />

<script type=text/javascript src=/mp3/js/jquery.js></script>

<script type=text/javascript src=/mp3/js/jquery.jplayer.js></script>

<script type=text/javascript src=/mp3/js/lrc.js></script>

<style type=text/css>

* { margin:0; padding:0; }

ul, ol, dl { list-style:none; }

.content li.hover{ color:red; }

.content{ width:402px; height:200px; background:#ccc; overflow:hidden; padding:10px;}

</style>

<script>

//<![cdata[

$(document).ready(function(){

$(#jquery_jplayer_1).jplayer({

ready: function (event) {

$(this).jplayer(setmedia, {

mp3:yangcong.mp3 //mp3的播放地址

}).jplayer(play);

},

timeupdate: function(event) {

if(event.jplayer.status.currenttime==0){

time = ;

}else {

time = event.jplayer.status.currenttime;

}

},

play: function(event) {

//點(diǎn)擊開始方法調(diào)用lrc。start歌詞方法 返回時(shí)間time

if(event.jplayer.status.currenttime==0){

$(#jquery_jplayer_1).jplayer(pause,1);

}

if($('#lrc_content').val()!==){

$.lrc.start($('#lrc_content').val(), function() {

return time;

});

}else{

$(.content).html(沒有字幕);

}

},

repeat: function(event) {

if(event.jplayer.options.loop) {

$(this).unbind(.jplayerrepeat).bind($.jplayer.event.ended + .jplayer.jplayerrepeat, function() {

$(this).jplayer(play);

});

} else {

$(this).unbind(.jplayerrepeat);

}

},

swfpath: /js, //存放jplayer.swf的決定路徑

solution:html, flash, //支持的頁面

supplied: mp3, //支持的音頻的格式

wmode: window

});

$(#lrc_content).hide();

});

//]]>

</script>

</head>

<body>

<textarea id=lrc_content name=textfield cols=70 rows=10>

[ar:測(cè)試用 ]

[00:03.00]洋蔥

[00:06.00]演唱:平安

[00:09.00]

[00:11.38]如果你眼神能夠?yàn)槲移痰慕蹬R

[00:21.23]如果你能聽到心碎的聲音

[00:28.88]盤底的洋蔥像我永遠(yuǎn)是配角戲

[00:35.74]偷偷的看著你偷偷的隱藏著自己

[00:43.48]

[00:44.90]如果你愿意一層一層

[00:48.46]一層的剝開我的心

[00:52.66]你會(huì)發(fā)現(xiàn)你會(huì)訝異

[00:56.40]你是我最壓抑最深處的秘密

[01:00.26]如果你愿意一層一層

[01:03.69]一層的剝開我的心

[01:07.76]你會(huì)鼻酸你會(huì)流淚

[01:11.60]只要你能聽到我看到我的全心全意

[01:18.30]

[01:19.11]如果你愿意一層一層

[01:22.57]一層的剝開我的心

[01:26.66]你會(huì)發(fā)現(xiàn)你會(huì)訝異

[01:30.41]你是我最壓抑最深處的秘密

[01:34.48]如果你愿意一層一層

[01:37.58]一層的剝開我的心

[01:41.51]你會(huì)鼻酸你會(huì)流淚

[01:45.15]只要你能聽到我看到我的全心全意

[01:53.55]

[01:55.65]你會(huì)鼻酸你會(huì)流淚

[01:59.84]只要你能聽到我看到我的全心全意

[02:12.57]

</textarea></p> <p><p>

<div id=jquery_jplayer_1 class=jp-jplayer></div>

<div id=jp_container_1 class=jp-audio>

<div class=jp-type-single>

<div class=jp-gui jp-interface>

<ul class=jp-controls>

<li><a href=javascript:; class=jp-play tabindex=1>play</a></li>

<li><a href=javascript:; class=jp-pause tabindex=1>pause</a></li>

<li><a href=javascript:; class=jp-stop tabindex=1>stop</a></li>

<li><a href=javascript:; class=jp-mute tabindex=1 title=mute>mute</a></li>

<li><a href=javascript:; class=jp-unmute tabindex=1 title=unmute>unmute</a></li>

<li><a href=javascript:; class=jp-volume-max tabindex=1 title=max volume>max volume</a></li>

</ul>

<div class=jp-progress>

<div class=jp-seek-bar>

<div class=jp-play-bar></div>

</div>

</div>

<div class=jp-volume-bar>

<div class=jp-volume-bar-value></div>

</div>

<div class=jp-time-holder>

<div class=jp-current-time></div>

<div class=jp-duration></div>

<ul class=jp-toggles>

<li><a href=javascript:; class=jp-repeat tabindex=1 title=repeat>repeat</a></li>

<li><a href=javascript:; class=jp-repeat-off tabindex=1 title=repeat off>repeat off</a></li>

</ul>

</div>

</div>

<div class=jp-title>

<ul>

<li>mp3player powered by xiaowei</li>

</ul>

</div>

<div class=jp-no-solution>

<span>update required</span>

to play the media you will need to either update your browser to a recent version or update your <a href=<a href=> target=_blank>flash plugin</a>.

</div>

</div>

</div>

<div class=content><ul id=lrc_list>

點(diǎn)擊開始播放……

</ul></div>

</body>

</html>

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看網(wǎng)頁制作
易賢網(wǎng)手機(jī)網(wǎng)站地址:html5實(shí)現(xiàn)完美兼容各大瀏覽器的播放器
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(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)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)