html - How to custom embed Soundcloud track? -


is possible embed soundcloud track custom play , pause button , title of song?

look out advice. casper

using widget api, can bind method play pause .... https://developers.soundcloud.com/docs/api/html5-widget#methods

and css can still hide widget.

other option using api https://developers.soundcloud.com/docs/api/guide#playing

streaming sounds note if going stream our api need attribute properly. make sure you've read our terms , attribution guidelines make sure treat our creators content correctly. when using custom player must:

  • credit uploader creator of sound
  • credit soundcloud source including 1 of logos
  • link soundcloud url containing work
  • if sound private link profile of creator

if don't want use soundcloud widget, our api gives ability access sound's stream url , use own player play sounds soundcloud.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -