我正在使用SoundCloud API创建一个网站,我可以获得声音和所有内容。
kernel.Bind<ICustomPrincipal>().ToMethod(context => (ICustomPrincipal)HttpContext.Current.User).InRequestScope();
除了我想添加一个播放/暂停按钮来控制声音之外,一切都很好。我看到了一些例子,但只有使用Widget API的iframe。这是我的播放暂停按钮的代码。
SC.oEmbed('https://soundcloud.com/mustafa-shorish/bandeya-ho-khuda-kay-liye', {
element: document.getElementById('putTheWidgetHere') });
但它一直说SC.Widget不是一个函数。有人可以帮助我吗?