Код
this.document.removeMovieClip();
this.createEmptyMovieClip("document", this.getNextHighestDepth());
this.document.loadMovie("http://адрес/docum.jpg");
this.createEmptyMovieClip("document", this.getNextHighestDepth());
this.document.loadMovie("http://адрес/docum.jpg");
добавляю картинку, все норм.
пытаюсь ее ресайзить, картинка пропадает
Код
this.document._width = 416;
this.document._height = 586;
this.document._height = 586;
подскажите что не так