Re: [android-developers] play youtube video in webview using iframe?

2012-11-08 Thread Swapnil Deshmukh
Hi friends, I have implemented the same and its working.But just want to know how to control(play /pause adding custom buttons) video playing in webview On Wednesday, 4 July 2012 19:37:49 UTC+5:30, arun kumar wrote: > > > Change it with object tag. I mean, you must use object instead iframe. An

Re: [android-developers] play youtube video in webview using iframe?

2012-11-06 Thread Kankatala Venkatesh
On Wednesday, July 4, 2012 7:37:49 PM UTC+5:30, arun kumar wrote: > > > Change it with object tag. I mean, you must use object instead iframe. An > example here: > > value="http://www.youtube.com/v/"here is your video > id"?version=3&hl=pt_BR&rel=0"> > > > http://www.youtube.com/v/"here

Re: [android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
any help,pls? On Wed, Jul 4, 2012 at 6:36 PM, Hitendrasinh Gohil wrote: > Hi, > > I am trying to play youtube video in webview by following embed code. > Video thumbnail is shown but when i click on that nothing is played. > > src="http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0"> > >

[android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
Hi, I am trying to play youtube video in webview by following embed code. Video thumbnail is shown but when i click on that nothing is played. http://www.youtube.com/embed/*VIDEO_ID*"; frameborder="0"> I have tested it with samsung galaxy tab(3.2) which has a flash support. can anybody tell me