AS3 FLVplayback Full Screen, I got just black screen
Hello, I have a problem on FLVPlayback, I am using actionscript 3, AdobeFlash CS6, flashplayer 11
in this case, I have two frames, namely:
on frame 1, I fill in the code:
stop ();
fscommand ("fullscreen", "true");
toframe2.addEventListener (MouseEvent.CLICK, nextonee);
nextonee function (event: MouseEvent): void {
gotoAndStop (2);
}
On frame 2 is FLVPlayback with a resolution of 1280 x 720, and I resize it to 1050 x 590.60 because out of the stage.
When I publish and I run the SWF file its result is in frame 1 success and be fullscreen mode, and when I click the button to get to the frame 2, I got was a black screen,
What is wrong? please help, thank you ![]()
This is the screenshot:

