soundcloud-soundmanager-player
soundcloud-soundmanager-player copied to clipboard
A custom, evented SoundCloud player that uses SoundManager2 to handle audio. Completely decoupled from your HTML/CSS to just handle audio/playlists/tracks, but has events that are easy to hook into. A...
When using the waveform from the waveform.js Lib, the scrubbing isnt working. Any Ideas?
Instead of load the waveform on the #waveform dom object, you can easly change the constructor of your app to refer to a DOM id 2 change required: function definition...
it's very simple to add this new method, just add a few line var definition add: this.ispaused = true; this.play function add: this.ispaused = false; this.resumec function add: this.ispaused =...
Hi, the only way i found to load a new track after the object is builded is to set again the object var, the destroy(method) seams don't work var scplayer1obj...
Sometime soundclouds get stuck in the processing of a track and the track has the state "processing" instead of finished. Console log shows a 404 error and the widget crashes....
Hi Keith Any thoughts on how I can add mp3 playback support in addition to soundcloud? Thanks