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&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_artwork=true&amp;show_comments=true&amp;show_user=true&amp;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 song onload")

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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -