Stage.fullScreenWidth/Height not working

I am using the code directly from here: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Stage.html#fullScreenWidth

and getting this 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.

Am I missing a package or something???