hey guys i’m really upset…:td:
i’m trying to load a swf file into MC but i didnt work
i have this kind of movie:
for (var z = 0; z<8; z++) {
this.general.attachMovie(‘frame’+(z+1),‘frame’+(z+1),this.general.getNextHighestDepth(),{_x:(-3600+(z*900)), _y:0, _xscale:100, _yscale:100});
}
this.general._x = 0;
_root.drag._x = 83;
and movieclips which named frame1 to frame8. how can i load swf file into any one of this frames movieclips.