Video in Android (cocos2dx)

Hello. How do Cocos2dxGLSurfaceView transparent? I want to play videos in VideoView (as background) under Cocos2dxGLSurfaceView.
I’m try glClearColor in init and setBackgroundColor(Color.TRANSPARENT)…
Any suggestions?


cocos2dx.png (63.2 KB)

Hello,
you can find solution for transparent background here:
http://www.cocos2d-x.org/boards/10/topics/4804?r=4956#message-4956

PS: Your message title is confusing.

Thanks, it helped me a lot!