Hello , in my case in my screen say have three button to play three different video, when i choose any second video, then during time of buffer want to repaint with initial state. in my case it showing previous video screen .
any help over this? On Sunday, March 7, 2010 6:48:21 PM UTC+5:30, Alvaro Villoria Saez wrote: > > Hi all! > > We are developing a graphic adventure engine for Android , and we are > not being able to draw and play video on the same Activity . > > We are currently using a SurfaceView to draw the games , and it would > be great to play videos on that surfaceView .. > > * We tried changing SurfaceHolders surfaceType dinamically > ( SURFACE_TPYE_NORMAL <-> SURFACE_TYPE_PUSH_BUFFERS ) > * We also tried to use two SurfaceViews , one for drawing the game > and one for rendering videos .. but using two surfaceViews seems to > be not supported ... > > Any ideas to deal with this would be very helpful! > > Thanks in advance ;D! > > Alvaro > > -- 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

