Hacker News new | ask | show | jobs
by spadgos 5148 days ago
Hey James, there's no pre-packaged system to do this, but you do have some options: you could use the widget API http://developers.soundcloud.com/docs/html5-widget

There's no special insider trickery happening on that page: it's all using the public API to load the sound and then just listening to 'time' events while the track plays to trigger scroll actions.

1 comments

gotcha. Thanks Spadgos!