javascript - SoundCloud API: how to use SoundCloud song w/o the embed player? -
javascript - SoundCloud API: how to use SoundCloud song w/o the embed player? -
according soundcloud api guide, can play sounds soundcloud on web page or web application, without using embedded player (example code below):
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3a//api.soundcloud.com/tracks/136405212&color=ff5500&auto_play=false&hide_related=false&show_artwork=true&show_comments=true&show_user=true&show_reposts=false"></iframe>
i want seek , play soundcloud assets without embed; instead, want find out how to:
use html5 sound player play song play song without sound players (i.e. "play songonload
") any help this, including can utilize javascript and/or jquery, much appreciated.
original text:yep, can play sounds application. depending on needs, can embed player widget, utilize javascript sdk stream sound content in browser, or feed stream url own sound player. can utilize our widget api command player , handle events. (from http://developers.soundcloud.com/docs/api/guide#playing)
examples: attempt on jsfiddle: http://jsfiddle.net/mnbishop017/pbhcc/
you can seek soundcloud's javascript api streaming tracks , other stuff.
javascript html5 web-applications embed soundcloud
Comments
Post a Comment