Soundcloud JS SDK is not working with IE9

Soundcloud JS SDK is not working with IE9

本文关键字:working with IE9 not is JS SDK Soundcloud      更新时间:2023-09-26

当通过soundcloud javascript SDK查询音轨时,在IE9中不发送请求,例如

// initialize soundcloud app
SC.initialize({
  client_id: MY_USER_ID
});
SC.get("/groups/55517/tracks", {limit: 1}, function(tracks){
    console.log("Latest track: " + tracks[0].title);
});

它可以在所有其他浏览器和IE10中工作。有人知道吗?

解决方案是将Adobe Flash更新到10.1或更高版本。Soundcloud在IE9中使用基于Flash的回退。通常会显示提示,但由于我在模态中使用了它,所以模态位于提示之上!