简体   繁体   English

Soundcloud API适用于Firefox,但不适用于Safari或Chrome

[英]Soundcloud API works on Firefox but not on Safari or Chrome

http://jsfiddle.net/gwz3rchj/76/ 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 它的jsfiddle问题,我想因为它使用的是IFrame

here is working sample on plunker 这是关于plunker的工作样本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM