使用 youtube、声音云和 mp3 流媒体的自定义音乐播放器
关于如何创建一个自定义播放器的任何想法,该播放器将与 soundcloud 一起流式传输 YouTube 视频列表,以及类似于 fizy.com 上的 MP3
我知道这似乎是一个相当普遍的问题,但关于如何实现这一目标的任何方向以及是否应该使用 flash 和 Youtube API、声音云 API 来完成,或者是否应该使用某种 flash 音频翻录方式来完成。
任何有关如何执行此操作的指导将不胜感激
Any ideas on how to create a custom player that would stream a list of youtube videos along with soundcloud, and MP3 similar to the one on fizy.com
I know that this might seem like quite a general question but any direction on how to accomplish this and whether it should be done using flash and Youtube API, and sound cloud API or whether it should be done with some sort of flash audio ripping way.
ANy guidance on how to do this would be really appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个:http://mycloudplayers.com/ysmPlayer.html
它不是一个 flash/flax 应用程序,只是 javascript/jquery,带有 soundcloud 和youtube api 及其本机嵌入播放器。
mixcloud api和official.fm api也包含在内,但它们的播放器不会触发类似的playStatusChanged事件,因此该引擎无法连续播放。
无论如何,您可以取消选中复选框并仅在 soundcloud 和 youtube 上搜索和播放。
干杯。
Take a look at this: http://mycloudplayers.com/ysmPlayer.html
it's not a flash/flax app, just javascript/jquery, with soundcloud & youtube apis, and their native embed players.
mixcloud api and official.fm api are also included, but their players does not trigger events like playStatusChanged on similar, so continuous play cannot be done for this engines.
anyway, you can uncheck the checkboxes and search and play only on soundcloud and youtube.
cheers.