Problem after exit full screen mode
hi all
i have a simple actionscript project in the fb4.7,Just a simple animated movie clip is loaded into the stage,It runs good start,But run the following code, switching from full-screen mode back to normal mode, the frame rate dropped from 60 to 20.
if(stage.displayState == StageDisplayState.FULL_SCREEN_INTERACTIVE){
stage.displayState = StageDisplayState.NORMAL;
}else{
stage.fullScreenSourceRect = new Rectangle(0,0,stage.fullScreenWidth,stage.fullScreenHeight);
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
}
This only appears under wmode = 'direct'
This problem has troubled me for a long time,help.....
thanks
