How does Android 2.2 interact with Flash 10.1 (how to use flash from my application)?

I am looking for adobe and android developer sites but cannot find any details about this.

Can I use Flash as part of my application? For instance. How is a widget / GUI element? Or is it integrated only in the browser and cannot be easy to access?

I know that Adobe AIR applications are supported as standalone .apk. Thus, to connect to the Flash player, there must be an API / SDK (from Google).

Are there any details on how to program (more clearly: run swf from my application and interact with it)?

Thanks!

+4
source share
2 answers

Can I use Flash as part of my application? For instance. How is the widget / GUI element?

Not like a regular widget. Perhaps this will work through the WebView widget, although this will not be known until the phones gain access to Android 2.2. Flash 10.1 works only on Android 2.2 and higher and only on hardware (and not on the emulator) at the moment.

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

Not necessary, especially if Flash works with WebView .

+2
source

Source: https://habr.com/ru/post/1310626/


All Articles