使用 Javascript 控制嵌入式 Grooveshark 小部件?
如何使用 Javascript 播放/暂停嵌入式 Grooveshark 小部件?
想要按顺序播放单独的单首歌曲小部件,以及soundcloud 用户页面上的单独曲目。
我没有看到任何官方支持的内容,也无法通过谷歌搜索找到任何内容。
How would I play/pause an embedded Grooveshark widget using Javascript?
Would like to play separate single-song widgets in sequence, ala separate tracks on a soundcloud user's page.
I didn't see anything officially supported, and couldn't find anything via googling.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我快速浏览了反编译的动作脚本,发现了以下ExternalInterface回调:
理论上,您应该能够执行如下操作:
I took a quick glance at the decompiled actionscript and turned up the following ExternalInterface callbacks:
In theory, you should be able to do something like the following: