My application flow is something like the following
- A Video plays.
- Once its done. Couple of icons are shown on the screen for users to tap on.
- Depending on which icon was tapped, another video starts.
- If no icon is tapped for like 5 seconds we automatically go to next video.
The problem is with 3. Just before the video starts a black screen appears for like 0.5 second.
Not sure what's goin开发者_JAVA百科g on because the videos in step 1 and step 4 plays fine.
It will be great if someone can give ideas to debug and fix this.
Thanks!
You can try to put a background-image onto the player with:
[[moviePlayer view] setBackgroundColor:<UIImage>image];
精彩评论