How do I pause Flash content in an Android WebView when my activity isn't visible?
I am experimenting with using a WebView to display Flash content inside my activity. Everything is working pretty well, but when the user hits the home key to put the activity into the background, the Flash content keeps running (sound keeps playing, etc) I have noticed that both the stock Android browser and Dolphin Browser seem to avoid this problem, and properly pause the Flash content when the browsing activity is put into the background. Ideally I would like a solution that kills the WebView completely if the activity is finishing, but pauses it otherwise (basically copying the default