Well, I figured out that if I put this code on the frame where the instance of the flv (mc_60) starts, it will keep the video from taking over the whole screen when in full screen mode... but only if the video is already playing when you enter full screen mode. If I put the projector in full screen mode before the video starts, it still takes over the whole screen.



function onShowFullScreen():void
{
cm_60.fullScreenTakeOver=false;
}
onShowFullScreen();



I am too dumb to figure out the syntax and placement of some similar actionscript to prevent this from happening globally. Can anyone help me???