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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to