[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 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 extras = getInt

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 wrote: > By video you mean youtube? > > On Oct 9, 7:49 am, Siva Prakash wrote: > > Thanks > > > > This code is working for normal web pages but not with video/audio > > > >

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 wrote: > 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 > wrote: > >> By video you

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 : > check this.. > http://stackoverflow.com/questions/4810421/open-video-player-in-webview > > On Sun, Oct 9, 2011 at 1:46 PM, Siva Prakash > wrote: > >> Yes I want to play a video from You tube or from another HTML fil