I have a FrameLayout with a TextView, ImageView, CCGameView and a VideoView. In the game view I have a simple sprite and label. I have one video playing in the VideoView and one Image in the ImageView.
When the application first starts the image and video are displayed properly but as soon as the gameview loads the video can no longer be seen.
I even tried doing a bringToFront()
on the VideoView after the GameView has loaded, in case it was a z order issue, but nothing.
Can anyone help or have any suggestions on how to troubleshoot?