如何使用flex或flash播放MOV、M4V、M4A文件?
是否可以在 Adobe Flex 或 flash 中播放这些文件?
Is it possible to play these files in Adobe Flex or flash?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以在 Adobe Flex 或 flash 中播放这些文件?
Is it possible to play these files in Adobe Flex or flash?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
当前版本的 Flash 可以播放 MOV、M4V 和 M4A,前提是它们仅为“MP4”类型容器,所有 Quicktime 文件都具有 MP4 的微小变化,但如果它们仅包含 H.264 类型的纯视频和 AAC 音频,则 Flash可以玩。
查看 Flash 视频,您将需要转换器将它们转换为正确的 MP4 格式,因为 MOV 等格式可以有H.264的视频和MP3的音频,flash不会播放它,flash只需要H.264的视频和AAC的音频。
Current version of Flash can play MOV, M4V and M4A provided they are only of type container "MP4", all quicktime files have litle variation of MP4, but if they contain pure video of type H.264 and audio of AAC only, then flash can play it.
Checkout Flash Video, you will need converter to convert them to correct MP4 format, since MOV etc formats can have video as H.264 and audio as MP3, flash will not play it, flash only needs video as H.264 and audio as AAC only.
不,那不可能。
Flash 播放器仅支持 FLV 格式,因此您必须将文件转换为 FLV。
顺便说一句,我假设您想在运行时加载文件。您可以在 Flash IDE 中导入 MOV 文件,该文件会将其转换为关键帧。
No, that's not possible.
The Flash-player only supports the FLV-format, so you will have to convert your files to FLV.
BTW, I'm assuming you want to load the files at runtime. You can import a MOV-file in your Flash IDE, which converts it to keyframes.