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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -