Issues with FLVPlayback in Fullscreen
We have a Flash project where the end product will be a Windows Projector (exe) file since it will not be played online within a browser. I'd like to use the following actionscritpt:
stage.displayState = StageDisplayState.FULL_SCREEN;
However, I'm having issues with the FLVPlayback component. Initially it would load over all of the other content (just from being introduced in the first frame), which is not desired. Then I discovered:
fullScreenTakeOver=false;
This seems to supress the video until I want it to play.
However, now when the video ends, the entire screen goes black. Please note that this is not the case when I'm not in FULL_SCREEN.
If it helps, we're developing in Flash CS5.5 using Actionscript 3.