http://zhantra.com/ I am trying to click on OUR TEAM it loads externally by using
var empty = this.createEmptyMovieClip(“container”, “100”);
empty._x =-50;
empty._y = -180;
my_mc = new MovieClipLoader();
my_mc.loadClip(“shape.swf”,“container”);
but then i click on something else and it overlaps it!
can i put a ,level1 after container??? or how does it work???
my_mc.unloadClip(“shape.swf”,“container”); does not work