I am trying to create an aggregator that pulls song links to a central site from many different blogs using youtube, soundcloud, etc. I was wondering where I can find more info about the js streaming api. I'd like to be able to seek with the js streaming api, along with have a callback be called when that song is done playing.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Two things you'll want to check out:
Hope that helps. Comment if you have any questions and I'll edit my answer. |
|||
|
|
|
This doesn't really help me. I can't find a single example of stopping a stream anywhere. In fact I can't seem to bind to any of the methods described in sound manager. Neither of these work. +++
+++
+++ Really, I just want to create a custom streaming player where I can change the music, and stop and hit play (not in jQuery). I haven't found much on this topic. |
|||
|
|
|
use SC object to stop the playback. more information at http://developers.soundcloud.com/docs/api/sdks#methods
top play the song again 'SC.recordPlay();' hope this helps! |
|||
|
|