Park joined Netease cloud music blog

Park added Netease cloud music blog

  • Ado, Netease cloud open a Web version of the song, click generated outside the chain of players, if displayed below, then that song can not be played in blog

  • So then you will find that there is a way to enter the browser
http://music.163.com/outchain/0/+歌单id

  • You copy the code to the blog garden, you will find these songs can really show copyright are displayed, but did not play
    so your solution is to find a single song can be generated outside the chain, can only play a song, such as
<embed src="//music.163.com/style/swf/widget.swf?sid=1645079&type=2&auto=1&width=320&height=66" width="340" height="86"  allowNetworking="all"></embed>
  • If you have OCD you engage in a non-single song play, then you can find all the songs generated outside the chain within a single song and then
http://music.163.com/outchain/0/+歌单id

Solved. . . .

  • Of course, Netease cloud generated link is no style, you have to set the style or something, like I was this:
    my songs
<embed id="neteasemusic" src="//music.163.com/style/swf/widget.swf?sid=1645079&type=2&auto=1&width=278&height=32" width="298" height="52"  allowNetworking="all"></embed>

Note: I added id easy to modify a style based on the chain netease cloud generating on
my css style

#neteasemusic {
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 0.8;
    z-index: 999;
}

Guess you like

Origin www.cnblogs.com/realwuxiong/p/11367563.html