in my Android app I have a WebView with basic browsing functionality. My problem is that I want to get notified somehow if the user starts playing a flash video. I tried to set a WebViewClient on my webView, and monitor the URLs in the onLoadResource method, but it doesn't work. My question is the following: is it possible to catch an event of this kind, and if yes, how?
Thanks.