Hardware scaling is not supported in Flash Player 8.
You'll need Flash Player 9 Update 3 (9.0.115.0).
http://www.adobe.com/support/documentation/en/flashplayer/9/releasenotes.html#fixes_90115
----- Original Message -----
From: "carlos varner" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Sunday, November 23, 2008 5:42 PM
Subject: [Flashcoders] full screen rectangle issue
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