
Код AS3:
package{
import flash.utils.Timer;
import flash.events.TimerEvent;
import flash.events.MouseEvent;
import flash.events.Event;
import flash.display.Sprite;
import flash.display.MovieClip;
import flash.display.LoaderInfo;
import flash.display.Stage;
import flash.display.StageDisplayState;
public class timerEvent1 extends Sprite {
public function timerEvent1() {
trace(stage.fullScreenWidth);
....
}
....
1119: Access of possibly undefined property fullScreenWidth through a reference with static type flash.display:Stage.
в чем косяк кроме моего генетического кода?((