full screen SWF wont fill whole screen
Flash CS6. I made an SWF that acts as a video playing menu. It used to go full screen until I started adding video elements to it. Im not sure if that has anything to do with it or not but now it opens in full screen but only fills its native size and the rest of the screen is filled with white. I am using the line:
stage.displayState = StageDisplayState.FULL_SCREEN;
It is on my first frame of my actions layer. I tried publishing a windows projector file as well and it does the same thing. I tried choosing Flash Only - Allow Full Screen for the HTML Wrapper too just to see if that would do anything and it didnt. Any ideas?