Hello...  I've got flash player 9 working but no luck getting only
the rectangle to go fullscreen. Also unsuccessfully tried it with version
10.   carlos

On Sun, Nov 23, 2008 at 9:08 AM, Hans Wichman <
[EMAIL PROTECTED]> wrote:

> are you testing in the player version 9?
>
> On Sun, Nov 23, 2008 at 5:42 PM, carlos varner <[EMAIL PROTECTED]> wrote:
>
> > I keep getting full screen based on the entire stage but not my 640x480
> > rectangle. I gotta be missing something? I'm using actionscript 2 with
> > flash
> > 8 and the example at
> >
> http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode_03.html
> > thanks....   carlos
> >
> > import flash.geom.Rectangle;
> > goFullscreen_mc.onPress=function(){
> >
> > var screenRectangle:Rectangle = new Rectangle();
> >
> > screenRectangle.x = 0;
> >
> > screenRectangle.y = 0;
> >
> > screenRectangle.width=640;
> >
> > screenRectangle.height=480;
> >
> > Stage["fullScreenSourceRect"] = screenRectangle;
> >
> > Stage["displayState"] = "fullScreen";
> >
> > }
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to