Question
problem in screen mode in fla and videos on the project
hi
i want my fla project ( contains many scenes ) lunch in full screen mode
so i used this code
stage.displayState = StageDisplayState.FULL_SCREEN;
so its work but in the scenes that contains a video ( flv playback) the video play in
full screen too when exiting the full screen the while swf goes in normal mode
?
i want the scene only become in full screen mode not the videos too ?
