android - Webview plugins are no longer supported. Is there another way to display flash? -


i making flash game android app following code. works fine compiler gives error

the method setpluginstate(websettings.pluginstate) type websettings deprecated

here code.

webview.getsettings().setjavascriptenabled(true);  webview.getsettings().setpluginstate(pluginstate.on);  webview.loadurl("file:///android_asset/myflashgame.swf"); 

this code works wont long.

is there way make app of flash game? tried converting .swf file html5 google swiffy game became slow , laggy. there way?


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -