<code id='F0EB1FD2FC'></code><style id='F0EB1FD2FC'></style>
    • <acronym id='F0EB1FD2FC'></acronym>
      <center id='F0EB1FD2FC'><center id='F0EB1FD2FC'><tfoot id='F0EB1FD2FC'></tfoot></center><abbr id='F0EB1FD2FC'><dir id='F0EB1FD2FC'><tfoot id='F0EB1FD2FC'></tfoot><noframes id='F0EB1FD2FC'>

    • <optgroup id='F0EB1FD2FC'><strike id='F0EB1FD2FC'><sup id='F0EB1FD2FC'></sup></strike><code id='F0EB1FD2FC'></code></optgroup>
        1. <b id='F0EB1FD2FC'><label id='F0EB1FD2FC'><select id='F0EB1FD2FC'><dt id='F0EB1FD2FC'><span id='F0EB1FD2FC'></span></dt></select></label></b><u id='F0EB1FD2FC'></u>
          <i id='F0EB1FD2FC'><strike id='F0EB1FD2FC'><tt id='F0EB1FD2FC'><pre id='F0EB1FD2FC'></pre></tt></strike></i>

          
          当前位置:首页 > qq音乐mpc2kai云体育app手机下载8官网在线p3带歌词播放器源码

          qq音乐mpc2kai云体育app手机下载8官网在线p3带歌词播放器源码

          带实时歌词同步和背景大图切换,

          ---在线演示

          $(function () {        songmsg.setMsg(0);        songmsg.loadRotationChart();        $("#volume").change(function () {            if($(this).val() == 0){                songmsg.songMuted(true);            }else{                songmsg.songMuted(false);            }            songmsg.setVolume($(this).val());            volume = $(this).val();        });        $("#cover").click(function (){            if($(this).hasClass('btn_pause')){                songmsg.songPause();            }else{                var data_num = song.getAttribute("data-num");                if(data_num == 0 && song.currentTime == 0){                    song.src = song_list[data_num].song_url;                    song.volume = 0.5;                }                songmsg.songPlay();            }        });        $("#play_right").click(function () {            songmsg.nextSong();        });        $("#play_left").click(function () {            songmsg.prveSong();        });        $(".vlue-icon").click(function () {            var isMuted,ele = $(this).children("i");            if(ele.hasClass("v_o")){                isMuted = true;                $("#volume").val(0);            }else {                isMuted = false;                $("#volume").val(volume);            }            songmsg.songMuted(isMuted);        });        $("#cmn-toggle-1").click(function () {            if($(this).is(':checked')){                open_lrc = true;                $(".cover_container").fadeIn();            }else{                open_lrc = false;                $(".cover_container").fadeOut();            }        });        $("#progress  ").mousedown(function (e) {            if(isNaN(song.duration)){                return;            }            var  x = e.clientX-50;            var total_width = $(this).width();            var bar = (x/total_width)*100;            bar = bar.toFixed(2);            $("#play_on").css({"transform":"translateX("+bar+"%)"});            time = parseInt(song.duration * bar/100);            song.currentTime = time;        });    });

          支持多首歌曲播放,下一首,类似qqpc28官网在线kai云体育app手机下载音乐播放器界面特效。暂停,上一首,歌词关闭显示等功能。

          一款使用jQuery和layUIkai云体育app手机下载框架制作的手机端mp3音乐播放器,pc28官网在线音量调节,

          分享到: