在 Android 中播放 Flash 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1887758/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Playing a Flash File in Android
提问by Muhammad Maqsoodur Rehman
Does Android support flash? If yes then i need an example code to play a flash file. Wonder if we can play a flash file in WebView?
安卓支持闪存吗?如果是,那么我需要一个示例代码来播放 Flash 文件。想知道我们是否可以在 WebView 中播放 Flash 文件?
Waiting for reply
等待回复
回答by Juan Delgado
Until Adobe releases 10.1 for Android, your only chance is if you have a HTC terminal. I wrote about it in Running Flash apps on Android/HTC Hero.
在 Adobe 发布适用于 Android 的 10.1 之前,您唯一的机会是拥有 HTC 终端。我在 Android/HTC Hero 上运行 Flash 应用程序中写到了它。
The thing is that the player that comes with the Hero is a HTC application, not from Adobe. Also it is not part of the standard Android release.
问题是 Hero 附带的播放器是 HTC 应用程序,而不是来自 Adobe。它也不是标准 Android 版本的一部分。
回答by Hamouda Ahmed
android version before 2.1 not supported flash,but from 2.1 and later support flash
android 2.1之前的版本不支持flash,但2.1及以后的版本支持flash
回答by Rohith Nandakumar
just open up the brwoser and type in file://sdcard/filename.swf
只需打开 brwoser 并输入 file://sdcard/filename.swf
回答by Chris Gutierrez
I don't believe this is yet possible. I believe the Flash Player 10.1 release is supposed make this possible which is supposed to be released sometime in 2010. I've also heard that FP 10.1 is going to require Android 2.0.
我不相信这是可能的。我相信 Flash Player 10.1 版本应该使这成为可能,它应该在 2010 年的某个时候发布。我还听说 FP 10.1 将需要 Android 2.0。