I read this 3 questions
Problem loading swf file in android
Flash is not loading in Web view in Android
But I could not to load my SWF into webView
My code is here
WebView webView = new WebView(context);
webView.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));
webView.getSettings().setJavaScriptEnabled(true);
addView(webView);
webView.loadUrl("file:///android_asset/" + dir + File.separator + webapp.getFolder() + File.separator + webapp.getSource());
My assets
Log
after to call, the screen stay just white