您现在的位置是:jQuery粉有极速赛车投注色个性侧边悬浮音乐播放器插件极速赛车大数据分析软件 >>正文
jQuery粉有极速赛车投注色个性侧边悬浮音乐播放器插件极速赛车大数据分析软件
上下同心网125人已围观
简介播放器运动出来,展开----------------------------------------------var fold=true;//标识//页面加载时,jQuery mp3音乐播放器插件制...
网站侧边mp3音乐播放器插件代码,收缩--------------------------------------------------- var iOpen=false; $("#listClose").click(function(){ if(iOpen){ $(".jp-p有极速赛车投注laylist-box").animate({height:0},100); $("#btnfold").css({top:"5px"极速赛车大数据分析软件}); $("#listRemove").css({display:"none"}); $(".scrollBar").css({display:"none"}); $(".jp-video").animate({height:"94px",bottom:"20px"},100); iOpen=false; }else{ $(".jp-playlist-box").animate({height:"80px"},100); $("#btnfold").css({top:"52px"}); $("#listRemove").css({display:"block"}); $(".scrollBar").css({display:"block"}); $(".jp-video").animate({height:"175px",bottom:"20px"},100); iOpen=true; } });
可自行修改代码添加自己的歌曲---在线演示
// MP3播放器及歌曲库jsvar myPlaylist = new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_N", cssSelectorAncestor: "#jp_container_N" }, [ { title: "最近", artist: "李圣杰", mp3:"http://img.bokequ.com/music/zuijin.mp3", poster: "http://www.bokequ.com/show/yinyue/9/images/zuijin.jpg"}, { title: "当你孤单你会想起谁", artist: "张栋梁", mp3:"http://www.bokequ.com/show/yinyue/10/audio/gundan.mp3", poster: "http://www.bokequ.com/show/yinyue/10/img/gundan.jpg"}, { title: "黄昏", artist: "周传雄", mp3:"http://www.bokequ.com/show/yinyue/10/audio/huanghun.mp3", poster: "http://www.bokequ.com/show/yinyue/10/img/huanghun.jpg"}, { title: "十指紧扣", artist: "张智霖", mp3: "http://www.bokequ.com/show/yinyue/10/audio/shizhijikou.mp3", poster:"http://www.bokequ.com/show/yinyue/10/img/shizhi.jpg"}, { title: "笔记", artist: "周笔畅", mp3: "http://www.bokequ.com/blog/2/images/biji.mp3", poster:"http://www.bokequ.com/blog/2/images/07.jpg"} ], {playlistOptions:{enableRemoveControls: true}, swfPath: "js/", supplied: "webmv, ogv, m4v, oga, mp3", useStateClassSkin: true, autoBlur: false, smoothPlayBar: true, keyEnabled: true, audioFullScreen: true }); //添加播放歌曲 $("#latest li").find("a.playIcon").click(function() { var k=$(this).parent("li").index(); myPlaylist.add({ title:latest[k].title, artist:latest[k].artist, //free:true, mp3:latest[k].mp3, //oga:"", poster:latest[k].poster }); myPlaylist.play(-1); }); $("#popular li").find("a.playIcon").click(function() { var k=$(this).parent("li").index(); myPlaylist.add({ title:popular[k].title, artist:popular[k].artist, //free:true, mp3:popular[k].mp3, //oga:"", poster:popular[k].poster }); myPlaylist.play(-1); }); $("#rank li").find("a.playIcon").click(function() { var k=$(this).parent("li").index(); myPlaylist.add({ title:rank[k].title, artist:rank[k].artist, //free:true, mp3:rank[k].mp3, //oga:"", poster:rank[k].poster }); myPlaylist.play(-1); }); $("#main li").find("a.playIcon").click(function () { var k = $(this).parent("li").index(); myPlaylist.add({ title: main[k].title, artist: main[k].artist, //free:true, mp3: main[k].mp3, //oga:"", poster: main[k].poster }); myPlaylist.play(-1);}); $("#spirit li").find("a.playIcon").click(function () { var k = $(this).parent("li").index(); myPlaylist.add({ title: spirit[k].title, artist: spirit[k].artist, //free:true, mp3: spirit[k].mp3, //oga:"", poster: spirit[k].poster }); myPlaylist.play(-1);});$("#magic li").find("a.playIcon").click(function () { var m = $(this).parent("li").index(); myPlaylist.add({ title: magic[m].title, artist: magic[m].artist, //free:true, mp3: magic[m].mp3, //oga:"", poster: magic[m].poster }); myPlaylist.play(-1);}); //添加歌曲结束 //移除 $("#playlist-remove").click(function() { myPlaylist.remove(); //(0 1 2 ... -2 -1) }); $("#listRemove").click(function() { myPlaylist.remove(); }); // 上一曲、监听事件 $(".jp-playlist-box").mouseover(function(){ //鼠标滚轮 addHandler(this, "mousewheel", mouseWheel);//IE addHandler(this, "DOMMouseScroll", mouseWheel);//标准 return false; }); //绑定事件重写兼容 function addHandler(element, type, handler){ return element.addEventListener ? element.addEventListener(type, handler, false) : element.attachEvent("on" + type, handler, false) } //鼠标滚轮事件 function mouseWheel(event){ var event = event || window.event; if(event.wheelDelta) {//IE iSpeed = event.wheelDelta > 0 ? -3 : 3;}else if(event.detail) {//火孤 iSpeed = event.detail < 0 ? -3 : 3;} move(); //FF,绑定事件,
Tags:
相关文章
jQuery粉色个性侧边悬浮音乐播放器插件
jQuery粉有极速赛车投注色个性侧边悬浮音乐播放器插件极速赛车大数据分析软件网站侧边mp3音乐播放器插件代码,jQuery粉色个性侧边悬浮音乐播放器插件,jQuery mp3音乐播放器插件制作粉色个人的音乐网站侧边悬浮的音乐播放器列表代码。可自行修改代码添加自己的歌曲---在...
阅读更多
HTML5 audio如何实现播放多个MP3音频
jQuery粉有极速赛车投注色个性侧边悬浮音乐播放器插件极速赛车大数据分析软件<audio>标签是HTML5中的新标签,定义声音用于嵌入音频内容,比如音乐或其他音频流。用的比较多音频格式是.mp3。<audio>标签常用属性如下表属性值描述autopla...
阅读更多
打破国际垄断!碧水源推动医药膜国产化替代
jQuery粉有极速赛车投注色个性侧边悬浮音乐播放器插件极速赛车大数据分析软件打破国际垄断!碧水源推动医药膜国产化替代时间:2025-06-06 17:07来源:碧水源 评论)分享...
阅读更多