后备 Flash 播放器能否成功播放 ogg vorbis?
我使用 WordPress 的 MediaElement.js
插件来播放音频。
我真的不想为服务器上的每个 ogg vorbis 文件上传一个 mp3 文件。
不幸的是,我无法测试所有浏览器,所以我的问题如下:
如果我将 ogg vorbis 文件提供给 mp3 参数,后备 Flash 播放器会成功播放该 ogg vorbis 文件吗?在 WordPress 短代码中,这就是我的意思:
[audio mp3="http://mysite.com/mymedia.ogg" ogg="http://mysite.com/mymedia.ogg"]
更新:我最终为服务器上的每个 ogg vorbis 上传了一个 mp3,因为上面的内容显然不起作用。
也许使用这样的东西:
http://labs.adobe.com/wiki/index .php/Alchemy:Libraries
或
http://barelyfocused.net/blog/2008/10/03/flash-vorbis-player/
...将在 MediaElement.js 的下一版本中实现避免重复?
I use the MediaElement.js
plugin for WordPress to play audio.
I would really prefer not having to upload one mp3 file for each ogg vorbis file on the server.
Unfortunately, I am not in a position to test all browsers, so my question is the following:
If I feed an ogg vorbis file to the mp3 parameter, will the fallback Flash player succeed at playing that ogg vorbis file? In WordPress shortcode, this is what I mean:
[audio mp3="http://mysite.com/mymedia.ogg" ogg="http://mysite.com/mymedia.ogg"]
UPDATE: I ended up uploading one mp3 for each ogg vorbis on the server because the above clearly does not work.
Maybe using something like this:
http://labs.adobe.com/wiki/index.php/Alchemy:Libraries
or
http://barelyfocused.net/blog/2008/10/03/flash-vorbis-player/
...would make it possible, in the next version of MediaElement.js, to avoid duplication?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论