FLVPlayback fullscreen when stage is Fullscreen?

Hello, a bit of a newb to AS3 but can’t find any answers to this.

I have my stage set to fullscreen and Exact_Fit.

stage.scaleMode = StageScaleMode.EXACT_FIT;
stage.displayState = StageDisplayState.FULL_SCREEN;

I did this because I don’t want any borders and I want the swf to fit the screen entirely. I have videos i am displaying using the FLVPlayback with a skin that has the fullscreen button. When I click the fullscreen button, the stage is made smaller, nothing happens with the size of the video. I also have the fullScreenTakeOver property set to false. If I have it set to true, the video loads fullscreen, which is not what i want, need it to load at the normal size (800 x 600).

note:: If I do not have the stageDisplayState = FULL_SCREEN, everything works fine but the stage is in window mode and does not take up the entire screen.

Any Help is GREATLY Appreciated!!

Thanks!