Hi Abdul,

The following code  is not working

var vidX:Number,vidY:Number,vidWidth:Number,vidHeight :Number;
 vidX = videoDisplay.x;
vidY = videoDisplay.y;
vidWidth = videoDisplay.width;
vidHeight = videoDisplay.height;  
 stage.fullScreenSourceRect = new Rectangle (vidX,vidY,vidWidth,vidHeight);
stage.displayState = "fullscreen"; //StageDisplayState.FULL_SCREEN

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/flex_india/-/liaCrz5Ajo4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to