gjgcomp
08-18-2009, 06:47 AM
Hello,
I've recently encountered a fullscreen/align issue while working on a projector in CS4-AS3. I have a projector that goes fullscreen with
fscommand("fullscreen", "true");
fscommand("allowscale", "true");
There are multiple sections that have 1 FLV on stage, and to prevent it from making the whole screen go black, I've nested the FLV in a movieclip and set this for each one
flvClip.fullScreenTakeOver = false;
Everything looks fine in fullscreen mode, except for when I come to a frame in my project that has two FLVs on stage. What happens is that the projector goes out of fullscreen and it reverts to it's actual pixel size. Then it gets aligned in the top left section of my screen. I know it has something to do with the multiple FLVs at once because when I take one away, the fullscreen stays in effect. Also on each FLV, I have the maintainAspect Ratio option selected for scaling.
Has anyone encountered this, and know how to fix it so that my projector stays full screen when more than one FLVs are being displayed AND the FLVs are NOT to go fullscreen? Any suggestions or sultions would be greatly appreciated. Thank you :)
I've recently encountered a fullscreen/align issue while working on a projector in CS4-AS3. I have a projector that goes fullscreen with
fscommand("fullscreen", "true");
fscommand("allowscale", "true");
There are multiple sections that have 1 FLV on stage, and to prevent it from making the whole screen go black, I've nested the FLV in a movieclip and set this for each one
flvClip.fullScreenTakeOver = false;
Everything looks fine in fullscreen mode, except for when I come to a frame in my project that has two FLVs on stage. What happens is that the projector goes out of fullscreen and it reverts to it's actual pixel size. Then it gets aligned in the top left section of my screen. I know it has something to do with the multiple FLVs at once because when I take one away, the fullscreen stays in effect. Also on each FLV, I have the maintainAspect Ratio option selected for scaling.
Has anyone encountered this, and know how to fix it so that my projector stays full screen when more than one FLVs are being displayed AND the FLVs are NOT to go fullscreen? Any suggestions or sultions would be greatly appreciated. Thank you :)