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
Post a Comment