Issue:
- Only can see video when full screen mode activated (StageDisplayState.FULL_SCREEN).
- Other content not visible when full screen.
Reason:
- Flash Player uses hardware acceleration to scale the video file, rather than scaling it through software.
- By hardware acceleration for full-screen, FLVPlayback component instance take over whole full screen area by default.
Solution:
Set the fullScreenTakeOver parameter to false.
- FLVPlaybackInstance.fullScreenTakeOver = false;
Additional Information:
Using the FLVPlayback component with Flash Player 9 Update 3