I have an app that I\'ve put together to stream flash video in a webview when a user clicks a button.
It does this fine, but after backing out or losing focus, it lo
This approach works me. I call it on back button press.
webview.stopLoading(); webview.loadUrl(""); webview.reload(); webview = null;