Hi! I have a main flash file (atf2.swf), that loads other swf (menu_en.swf).
I
have a problem though... The swf file doesnt show in the main SWF... I use
thios code.
this.createEmtptyMovieClip("myMenu", this.getNextHighestDepth());
myMenu._x = 0;
myMenu._y = 0;
myMenu.loadMovie("menu_en.swf");
you can have a look at http://www.atailormadefable.com/v20/ there is suppose
to have a menu at the left end. Menu item "tour" and "news"
|