문제

I'm searched adobe and android developers sites, but can't find any details on this.

Is it possible to use Flash as a part of my app? E.g. like a widget/GUI element? Or it's integrated in browser only and can't be simple accessible?

I know, Adobe AIR apps are supported as standalone .apk. So it must be some API/SDK (from Google) to connect with Flash player.

Is there any details, how to program it (more clear: launch swf from my app and interact with it)?

Thank you!

도움이 되었습니까?

해결책

Is it possible to use Flash as a part of my app? E.g. like a widget/GUI element?

Not as a regular widget. Possibly it will work via a WebView widget, though that will not be known until phones get access to Android 2.2. Flash 10.1 only works on Android 2.2 and higher, and only on hardware (not the emulator) at this time.

So it must be some API/SDK (from Google) to connect with Flash player.

Not necessarily, particularly if Flash works with WebView.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top