I’m working on a video chat in Flex with Red5. I’m using the following code:
stage.fullScreenSourceRect = new Rectangle(vidDisp.x,vidDisp.y, vidDisp.width, vidDisp.height);
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.displayState = StageDisplayState.FULL_SCREEN
This code gives me a weird half cut fullscreen. Does anyone know any other way?
Thanks.
@Siddharth here’s the videoContainer from that implementation: