I had the same problem when experimenting with the surfaceview samples. it seems counter intuitive that an xml level property would be the last thing applied where all docs specifies that xml parameters are always first to be applied.
On Jul 2, 2010 7:55 AM, "Cardy" <[email protected]> wrote: Found the problem! In my case it was because I was specifying a background colour for the VideoView which was being rendered over the top of the video, which was playing perfectly! lol See here: http://stackoverflow.com/questions/3165233/android-videoview-not-playing-sample-video-on-t-mobile-g2-just-audio/ On Jul 2, 11:42 am, Cardy <[email protected]> wrote: > Hi, > > All I'm trying to do is play the ... > Uri.withAppendedPath(MediaStore.Video.Media.EXTERNAL_CONTENT_URI,String.val ueOf(videoID)); > > // Log and add a video to the view > Log.i("Vide... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

