0

There are many Spotify apps including Pitchfork and Rolling Stone which show a play button in the lower left corner when hovering over an album cover. Here's an example. Does the Spotify API support this natively? What is the best way to code this? Thanks.

4

1 に答える 1

1

これが標準のPlayerビューです。トラックとアルバムのURIを使用して作成し、JavaScriptの他のUI要素と同じようにDOMに挿入します。

ここのドキュメント。

Spotifyチュートリアルアプリで使用する方法の例があります。これはGitHubで入手でき「単一トラックを再生する」の例です。単一のトラックプレイリストの代わりにアルバムを使用するようにその例を変更すると、必要なものが得られます。

于 2012-11-20T16:45:07.670 に答える