http://jsfiddle.net/gwz3rchj/76/
I am using this piece of code. No errors in the console. It's not loading the sound at all.
$(document).ready(function() {  
    SC.initialize({
    client_id: "43e02302fc33adb2051f2391815f1828"
  });
 $("#stream").on("click", function(){
    SC.stream("/tracks/293", {autoPlay: true});
  });
});
Its jsfiddle issue , I think becuase it is using IFrame
here is working sample on plunker
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With