Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有适用于 android 的 air flash,但对于工业应用,ActionScript 效率不高,所以我想知道是否有办法使用 flash 制作 UI,然后将逻辑添加到使用 ADT (A: android) 和 java。
我不知道我是否正确理解了这个问题,但如果你想加载和播放一个 swf 文件,你应该使用 WebView这样的 东西应该可以工作:
WebView webView = new WebView(this); webView.loadUrl("file:///android_asset/c.swf");