I have an embedded player that works by trackId but:
- I but I am trying to get non-technical users to embed the tracks or playlists into pages.
- I sometimes need to regenerate the playlists
For both these reasons it is inconvenient that the player needs trackId. Is there a way I can play off the permalink?
Thanks, Martin.
PS. My current iframe code looks like this:
src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F$paramPlaylistID"
This iFrame code (from Comment #1) doesn't work:
src="https://w.soundcloud.com/player/?url=http://api.soundcloud.com/resolve.json?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F$paramPermalink"
Is there something better I can use? I recognize that I may need to do something to the url=...url= but I'm not clear whether resolve works with this player or whether the answer only applies to if I'd made a custom player.
Thanks again, M.