Problem with fullscreen in AS3

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.