在 Android 2.1 上玩 SMIL
是否可以在 Android 2.1 上调用本机 SMIL 播放器?您能否提供代码示例或相关信息的指针?
多谢
Is it possible to invoke native SMIL player on Android 2.1? Can you please provide a code sample or a pointer to relevant info?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不相信任何版本的 Android 中都有“原生 SMIL 播放器”。
WebKit浏览器有可能可以播放SMIL。我相信桌面版本可以,但我不知道 Android 移动版本是否删除了这一点。尝试在浏览器应用程序中从 Internet 打开 SMIL 文件。如果它有效,您也许可以使用
WebView
小部件在您自己的应用程序中播放 SMIL 文件。如果浏览器似乎无法识别 SMIL,您将必须搜索第三方 SMIL 播放器(如果有)。I do not believe there is a "native SMIL player" in any version of Android.
It is possible that the WebKit browser can play SMIL. I believe the desktop versions can, but I have no idea if that was stripped out or not for the Android mobile edition. Try opening a SMIL file from the Internet in the Browser application. If it works, you may be able to use the
WebView
widget to play SMIL files in your own application. If the Browser does not seem to recognize SMIL, you will have to search for a third-party SMIL player, if there is one.至少在某些情况下,有 SMIL 文件的播放器。虽然我找不到启动它的方法(不可能?),因为它不是官方 SDK 的一部分
At least in some cases there a is player for SMIL files. Though I could not find a way (impossible?) to launch it as it is not a part of the official SDK