Missing library in cs3 install?

Hi guys,

I’ve just upgraded to Flash CS3, and was going through the following example code at the Adobe Actionscript 3 site:

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Stage.html#fullScreenHeight

So yeah i was trying to run the code for that example which starts of as:


import flash.display.Stage;
import flash.display.StageDisplayState;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
 
// cover the stage with a green rectangle
var greenRect:Sprite = new Sprite();
greenRect.graphics.beginFill(0x00FF00);
........

I cannot get the code to run! I get the following error:

“1119: Access of possibly undefined property fullScreenWidth through a reference with static type flash.display:Stage.
1119: Access of possibly undefined property fullScreenHeight through a reference with static type flash.display:Stage.
stage.fullScreenSourceRect = fullScreenRect;”

Now i know something must be wrong with my install because I tried the same code on a friends PC at work and its running fine!

I did have Flash 8 installed when I installed Flash CS3, which i thought may have caused this, something it doesnt know about a new library or something? Anyway I’ve uninstalled all Flash versions i had and cleanly reinstalled Flash CS3 and its still broken :m::m::m:

If anyone has any ideas i’d be incredibly grateful, thanks.

Ok i’ve completely reinstalled the full CS3 Design suite, and its still happening.

Does anyone know if a way to verify or repair all the actionscript libraries? Or even where the libraries live in the filesystem?

I have exactly the same problem. It worked fine on my machine no problems, but would not work on my friends computer. Had to re-install Flash CS3 on my machine, and now i’m getting the same problem, would love to know what is causing it??!

Make sure that you’ve not only installed Flash CS3, but all the recent updates: http://www.adobe.com/support/flash/downloads.html#flashCS3 That’s a feature that wasn’t added until the Flash Player 9.0.115 release…