不想在Soundcloud widget播放器中预加载轨道

时间:2015-04-06 10:10:05

标签: html5 soundcloud web-widget

最近我在我的一个网站上添加了soundcloud widget播放器。现在我使用网站按钮传递小部件中的跟踪网址。

我想要做的是当小部件iframe第一次加载时需要跟踪以显示播放器。我只想要空球员。以下是iframe代码:

<iframe id="soundcloud_widget"
  src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/107739199&amp;color=000000&amp;inverse=false&amp;auto_play=false&amp;show_user=true;hide_related=true;show_comments=false;show_reposts=false;show_playcount=false;start_track=1000000"
  frameborder="no" >
</iframe>

这里必须传递URL。我怎样才能加载一个空的soundcloud小部件播放器?

SoundCloud Widget Player API link

1 个答案:

答案 0 :(得分:3)

没有'空'玩家,因为它对任何人都没有多大用处。如果您有类似的特定情况,为什么不为窗口小部件创建占位符图像并在适当的时间将其交换出来?