Mọi người có thể sửa giúp em cái play nhạc của Zippy giống cái play nhạc như vầy không ạ !
Đây là code có chứa đoạn play đó
Đây là demo
http://vipso1.com/
http://d2family.forum-viet.net/h58-page
Đây là code play nhạc cũ đợt anh bài vọng bên cp làm giúp em
Đây là code có chứa đoạn play đó
- Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="single1" name="single1" width="550" height="120"><param name="movie" value="http://dj.very.vn/play/jwhplayercu~.swf"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"><param name="flashvars" value="file=http://cuteinkorean.com/very.vn/mp3/z.php?id=http://www34.zippyshare.com/v/61446365/file.html.flv&logo=&menu=false&repeat=always&stretching=none&autostart=true&image=http://dj.very.vn/play/playerbg.jpg"><embed type="application/x-shockwave-flash" id="single2" name="single2" src="http://dj.very.vn/play/jwhplayercu%7E.swf" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" flashvars="file=http://cuteinkorean.com/very.vn/mp3/z.php?id=http://www34.zippyshare.com/v/61446365/file.html.flv&logo=&menu=false&repeat=always&stretching=none&autostart=true&image=http://dj.very.vn/play/playerbg.jpg" width="550" height="115"></object>
Đây là demo
http://vipso1.com/
http://d2family.forum-viet.net/h58-page
Đây là code play nhạc cũ đợt anh bài vọng bên cp làm giúp em
- Code:
$(function(){$("a[href*=zippyshare.com][href$=file.html]").each(function(){var zippy = this.href.slice(7,this.href.indexOf("/v/"));var share = this.href.slice(this.href.indexOf("/v/")+3,this.href.indexOf("/file.html"));var zippyShare='height=50&width=300&file=http://'+zippy+'/downloadMusic%3Fkey%3D'+share+'%26time%3D1314532144&volume=80&autostart=false&frontcolor=0x000000&backcolor=0xffffff&lightcolor=0x000000&type=flv';$('<div align="center"><object id="mpl" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="50"><param name="flashvars" value="'+zippyShare+'"><param name="src" value="http://'+zippy+'/swf/player.swf"><param name="wmode" value="transparent" /><embed flashvars="'+zippyShare+'" allowfullscreen="false" quality="high" name="mpl" id="mpl" style="" src="http://'+zippy+'/swf/player.swf" type="application/x-shockwave-flash" width="300" wmode="transparent" height="50"></object></div>').insertAfter(this);$(this).remove();});});