Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We're seeing some really gnarly display corruption in our flash video player. Here's an example:

Example screenshot of display corruption

We're using fl.video.VideoPlayer for displaying our video, and it seem like perhaps this bug appears most when we're switching between different instances of VideoPlayer, particularly when there's something else above the VideoPlayer that is actively being redrawn. It looks to me like maybe an uninitialized video buffer is getting painted when it shouldn't be.

Has anyone seen anything like this? Any ideas on how to further track down what's going on?

share|improve this question

1 Answer

The only time I've seen glitches like that in Flash is when I've been doing extensive alpha stacking or pushing brightness filters above 100%.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.