SWFOBJECT 可以使用哪些音频文件?
我正在转换一些旧的 RealMedia 仅音频文件以与 Web 上的 SWFOBJECT Flash 播放器一起使用。用于文件的最佳容器/格式是什么?我认为 AAC 可能是最好的格式,但是您可以在 Flash 播放器中播放 *.aac 文件吗?
非常感谢您的帮助。谢谢。
I'm converting some old RealMedia audio-only files to use with the SWFOBJECT Flash player on the web. What's the best container/format to use for the files? I think AAC is probably the best format, but then can you play a *.aac file in the Flash player?
Your help is much appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SWFObject 不是一个媒体播放器,它只是一种将 SWF 文件嵌入到 HTML 文档中的方法。您需要使用能够播放媒体文件的 Flash SWF 文件,然后使用 SWFObject 将该 SWF 嵌入到您的 HTML 文档中。
SoundManager2 是一种使用 Flash 通过 HTML5 播放 MP3 和 AAC 文件的绝佳(且免费)方法基于后备。
SWFObject is not a media player, it is simply a method for embedding SWF files into your HTML document. You'll need to use a Flash SWF file that's capable of playing your media files, then embed that SWF into your HTML document using SWFObject.
SoundManager2 is a great (and free) method for playing MP3 and AAC files via HTML5 with a Flash-based fallback.
这取决于您运行的 Flash Player 版本,但版本 9 及更高版本支持 ADPCM、MP3 和 AAC。
有关更多详细信息,请访问 Adobe 网站。
It depends on the version of the Flash Player you run, but version 9 and later supports ADPCM, MP3 and AAC.
More details on Adobe’s website.