Re: [android-developers] How to play youtube videos in background

2012-06-18 Thread lbendlin
sounds like a Youtube downloader to me. On Monday, June 18, 2012 2:03:38 PM UTC-4, MagouyaWare wrote: > > Maybe it's just me, but why in the world would you want to play a video in > the background? Playing music in the background makes sense, but a video? > > Thanks, > Justin Anderson > Magouya

Re: [android-developers] How to play youtube videos in background

2012-06-18 Thread Justin Anderson
Maybe it's just me, but why in the world would you want to play a video in the background? Playing music in the background makes sense, but a video? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 15, 2012 at 1:59 AM, snow69it wrote: > Hi, Al

[android-developers] How to play youtube videos in background

2012-06-17 Thread snow69it
Hi, All: I am developing youtube player which can play in background as service. Because MediaPlayer class can play only 3gp, so I use webview and youtube api chromeless player. It works well in Activity, but not work in Service, because the player can't initialized in background. (When Chromeles