# Problem with fullscreen in AS3

**URL:** https://forum.kirupa.com/t/problem-with-fullscreen-in-as3/305898
**Category:** Uncategorized
**Created:** [March 5, 2010, 9:28am UTC](https://forum.kirupa.com/t/problem-with-fullscreen-in-as3/305898 "2010-03-05T09:28:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![verlee](https://avatars.discourse-cdn.com/v4/letter/v/bcef8e/32.png) [@verlee](https://forum.kirupa.com/u/verlee)
#### Post date: [March 5, 2010, 9:28am UTC](https://forum.kirupa.com/t/problem-with-fullscreen-in-as3/305898/1 "2010-03-05T09:28:24Z")

</div>

Hey guys,

currently, in order to launch my projector into fullscreen mode, I’ve used this code:  
import flash.display.StageDisplayState;  
stage.displayState = StageDisplayState.FULL\_SCREEN;

Within that file I have some videos that I loaded by using FLVPlayback component. However, it launches any subsequent movie that I have into fullscreen as well and it is something that I dont want.

Any ideas to solve that problem?

thanks.
