Flash on WebView
nambudenki / Books
Downloads: 100k
Description
Check behavior of Flash on WebView of android.
The following codes are executed.
The following codes are executed.
WebView webView = new WebView(this);
webView.loadUrl("file:///android_asset/c.swf");
The source code of flash can be browsed.
You can study a ActionScript3.0 too.