Re: [android-developers] Re: Video in WebView

2011-10-10 Thread metin ögtem
You can add webview your layout..it will be simple.. 2011/10/9, gyanu maharjan gymahar...@gmail.com: check this.. http://stackoverflow.com/questions/4810421/open-video-player-in-webview On Sun, Oct 9, 2011 at 1:46 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Yes I want to play a video

[android-developers] Re: Video in WebView

2011-10-09 Thread Efi Merdler-Kravitz
By video you mean youtube? On Oct 9, 7:49 am, Siva Prakash siva.yuvan2...@gmail.com wrote: Thanks This code is working for normal web pages but not with video/audio private WebView myWebView; private ProgressDialog pd ; this.myWebView = (WebView) this.findViewById(R.id.webView); Bundle

Re: [android-developers] Re: Video in WebView

2011-10-09 Thread Siva Prakash
Yes I want to play a video from You tube or from another HTML file. On Sun, Oct 9, 2011 at 1:22 PM, Efi Merdler-Kravitz efi.merd...@gmail.comwrote: By video you mean youtube? On Oct 9, 7:49 am, Siva Prakash siva.yuvan2...@gmail.com wrote: Thanks This code is working for normal web

Re: [android-developers] Re: Video in WebView

2011-10-09 Thread gyanu maharjan
check this.. http://stackoverflow.com/questions/4810421/open-video-player-in-webview On Sun, Oct 9, 2011 at 1:46 PM, Siva Prakash siva.yuvan2...@gmail.comwrote: Yes I want to play a video from You tube or from another HTML file. On Sun, Oct 9, 2011 at 1:22 PM, Efi Merdler-Kravitz