Показать сообщение отдельно
Старый 14.08.2009, 19:47
Mtnt вне форума Посмотреть профиль Отправить личное сообщение для Mtnt Найти все сообщения от Mtnt
  № 1  
Ответить с цитированием
Mtnt

Регистрация: Apr 2009
Сообщений: 95
По умолчанию не работает stage.fullScreenWidth

Код 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.

в чем косяк кроме моего генетического кода?((