Could you please help me this point
Is there any way to control track playback using web controlls for example I have
<a href="spotify:track:4bz7uB4edifWKJXSDxwHcs">play</a>
on my webpage
is there a way to stop playback with something like
<a href="spotify:stop">stop</a>
go to next track with
<a href="spotify:next">next</a>
or something lke this or any other way
thanks in advance
No, this is not possible with Spotify Uri’s, it is however possible to add the Spotify Play Button to your website, the Spotify Play Button supports songs, albums and playlists. You could also try to find out how it works and you might be able implement it that way.
https://developer.spotify.com/technologies/spotify-play-button/