Html 用于 m3u 文件的 Live Flash Player
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11543309/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Live Flash Player for m3u File
提问by Ionic? Biz?u
I'm searching for a Flash Player that can play a m3u File. I can open m3u file with Windows Media Player, but I want to embed into my blog.
我正在寻找可以播放 m3u 文件的 Flash Player。我可以用 Windows Media Player 打开 m3u 文件,但我想嵌入到我的博客中。
I have the URL of m3u file. It is used for a radio station.
我有 m3u 文件的 URL。它用于广播电台。
How can I do this?
我怎样才能做到这一点?
采纳答案by Jure C.
JWPlayerdoes this. You just have to pass it correct parameter.
JWPlayer 就是这样做的。你只需要传递正确的参数。
Here is an exact snippet: https://stackoverflow.com/a/6871647/141200
这是一个确切的片段:https: //stackoverflow.com/a/6871647/141200
If your wordpress, their Wordpress plugin works great: http://wordpress.org/extend/plugins/jw-player-plugin-for-wordpress/
如果您的 wordpress,他们的 Wordpress 插件效果很好:http: //wordpress.org/extend/plugins/jw-player-plugin-for-wordpress/
Shortcode snippet: [jwplayer height="24" file="http://domain/podcasts/playlist.m3u"]
短代码片段:[jwplayer height="24" file="http://domain/podcasts/playlist.m3u"]