Flash AS3: Fullscreen video blanks screen
When the stage enters full-screen mode, the FLVPlayback component is on top of all content and takes over the entire screen. When the stage exits full-screen mode, the screen returns to how it was before.
// say your FLVPlayback component is named “myMovieâ€:
myMovie.fullScreenTakeOver = false;
// For each instance of a video FLVPlayback you must have this reference statement
myMovie2.fullScreenTakeOver = false;
myMovie3.fullScreenTakeOver = false;
This post is tagged: actionscript, flash