Skip to main content
Known Participant
August 16, 2013
Question

problem in screen mode in fla and videos on the project

  • August 16, 2013
  • 1 reply
  • 373 views

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 ?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 16, 2013

reapply fullscreen to the stage's displayState when existing your video.