在 div 中播放音频
我想从 url 的 div 中播放音频 (mp3) 和视频 (flv) 文件。 我尝试过 html5 的音频和视频标签,但仅支持 firefox 中的 .ogg 格式。 我也用 Shadowbox 实现了,但我想要一些其他方法来实现它。
请告诉我该怎么做。
谢谢
I would like to play audio (mp3) and video (flv) file in a div from a url.
I have tried audio and video tag of html5 but that only supported .ogg format in firefox .
I had also implemented with the shadowbox but i want some other method to implement it.
Please advise how can i do it .
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 Flash 播放器或等到 HTML5 支持更多格式,或转换您的 mp3。
Use a flash player or wait till HTML5 supports more formats, or convert your mp3.
我的建议是,您可以使用浏览器支持的 HTML5,然后使用基于 SWF 的播放器。我发现有用的一种解决方案是 GMail 和 Google Reader 中使用的 Google 媒体播放器。
播放器的本机浏览器实现通常在电池方面和性能方面比 SWF 包装的功能更高效。
http://labnol.blogspot.com/2006 /08/google-mp3-player-found-in-gmail.html
以下是使用 HTML5 播放带有 Flash 后备视频的想法:
http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-html-5-video-with-a-fallback-to-flash/
My suggestion is that you go with HTML5 where browsers support it and then use a fallback to a SWF-based player. One solution I found useful is the Google media player used in GMail and Google Reader.
A native browser implementation of a player is generally more efficient both battery-wise and performance-wise than the SWF-wrapped functionality.
http://labnol.blogspot.com/2006/08/google-mp3-player-found-in-gmail.html
Here's one idea of using HTML5 for video with a Flash fallback:
http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-html-5-video-with-a-fallback-to-flash/
如果您想播放音频,我建议您使用以下音频播放器:
http://wpaudioplayer.com/standalone
它在我做过的网站上效果很好。
IF you are trying to play audio, I would suggest the following audio player:
http://wpaudioplayer.com/standalone
It works great on sites that I have done.