i have set swf file in webview
i got everything is successfully but when i long press it give me option of full-screen so i need to avoid it how can i do that ??
here i have attach image :
Here is my webview :
wv_introduction = (WebView) findViewById(R.id.ady_solwv);
wv_introduction.getSettings().setJavaScriptEnabled(true);
wv_introduction.getSettings().setPluginState(PluginState.ON);
wv_introduction.getSettings().setAllowFileAccess(true);
wv_introduction.loadUrl(str_url);