Hi again
I tried this below;
this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);
this.createEmptyMovieClip(“container2”,1); container2._x =-140; container2._y =-5; container2.loadMovie(“send2Friend.swf”);
and the first swf loads but the second doesn’t , all the files are in the same directory and my main MC consists of one frame. So all the code has to go on the first frame? does that make a difference
I have this code on the first frame 
this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);
this.createEmptyMovieClip(“container2”,1); container._x =-140; container._y =-5; container.loadMovie(“send2Friend.swf”);
nothing is loading now, the first one that was loading is also not loading
have I placed the code incorrectly?
Oh tyvm for your help 
I was alittle worried if i created another clip it would wipe out the first one.
Ty Amber
hello.. and thanks for your time 
I am loading a small swf file into my main, upon loading using the following code;
this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);
Everything works just great and the swf loads perfectly
However i need to load another similar swf at the same time, to appear just below the above mentioned one (the swf file sare very small in dimensions they are;
http://activeden.net/item/space-saving-email/11439
http://activeden.net/item/send-this-page-to-a-friend/8333
can anyone suggest some code or a mdifictaion to my existing code to allow me to call both swf files pls?
Ta Amber
I just noticed that the movie now loads but seems to be infront of the main movie? has it got something to do with the getdepth?
YOUR AWESOME …. hugs & kisses
My button works perfectly with your code..yay
oh.. tyvm
I will give that a try now..
thanks again Amber
Thanks for reading my post…
I am having problems attaching a movie from a button, I want it to replace itself, the button is part of a MC loaded into a container when the swf loads.
The code i have on the button is:
on (release) { }
_parent.container.seccion.removeMovieClip();
_parent.container.attachMovie("ALL EVENTS", "seccion", 1, {_x: 275, _y: 200});
I am not sure if this is the right code, it is all i could find online tutorials 
Basically i need the movie to unload itself and be replaced by the new movie identifier = “ALL EVENTS ”
Can anyone suggest why this won’t work, sry for noob question but i am learning slowly 
Ta Amber
