Full screen flash (as3) notes
Adobe help file Working with full-screen mode : http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS2E9C7F3B-6A7C-4c5d-8ADD-5B23446FBEEB.html
More about fullScreen and getting numbers: http://board.flashkit.com/board/showthread.php?t=806323
var ScreenSizeX:int = Capabilities.screenResolutionX;
var ScreenSizeY:int = Capabilities.screenResolutionY;
trace(ScreenSizeX + " ScreenSizeX");
trace(ScreenSizeY + " ScreenSizeY");
*the panoramic .swf generated in AS2 called into my viewer seem to having a mind of their own.