у меня работает

Код:
this.createTextField("text_txt", 3, 50, 50, 200, 200);
text_txt.border = true;
this.createEmptyMovieClip('mc', 0).loadMovie("http://silin.fatal.ru/b.swf");
this.onEnterFrame = function() {
if (mc._width) {
delete this.onEnterFrame;
text_txt.text = _global.i=mc.i;
}
}