I have created one android activity and in that i have a web view. I have given a html5 file path to webview.
Html 5 file contains a Video Tag in which I am calling android compatible mp4 video from server like: "http://xxx/test/abc.mp4".
Video plays nicely in webview but when video is in buffering mode and i close the webview or close the activity by pressing back button on android tablet, then after that video still plays in backgroud even if activty is finished.
When i close the activity and video is in play mode(not in buffering mode) then video stops properly without any problem.
I have tried to close the webview thread as mentioned in:"http://stackoverflow.com/questions/5946698/how-to-stop-youtube-video-playing-in-android-webview" but no luck....
Please please help on this. I am stuck in the issue from last 5 days.
Thanks in advance... Ketan