在 div 中播放音频

发布于 2024-10-11 06:07:35 字数 154 浏览 3 评论 0原文

我想从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

╭ゆ眷念 2024-10-18 06:07:35

使用 Flash 播放器或等到 HTML5 支持更多格式,或转换您的 mp3。

Use a flash player or wait till HTML5 supports more formats, or convert your mp3.

情仇皆在手 2024-10-18 06:07:35

我的建议是,您可以使用浏览器支持的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文