5

I'm trying to play a video, where the first and last frame of the video match a static background image. However I see a fullscreen black flash just before and after the movie clip. How can I avoid this fullscreen black flash?

Robert Massaioli
  • 13,379
  • 7
  • 57
  • 73
  • 2
    Can you include the code that you are using? Perhaps it would be a good idea just to load the final image in the background first and then just kill your video player and have the static image sitting there waiting for you? – Robert Massaioli May 31 '11 at 02:22
  • Similar question to http://stackoverflow.com/questions/4343350/videoview-black-flash-before-and-after-playing – Mathias Conradt Jun 28 '11 at 06:37

1 Answers1

0

See here on how to avoid the fullscreen black flash: https://groups.google.com/forum/#!topic/android-developers/ZSe73VtmTE8

Buddy
  • 10,874
  • 5
  • 41
  • 58