Trying to load from the library... help!

hi there…
i am trying to load a swf from my library… i already gave it the linkage name of:“1”.
But still cant load it to my moviclip container called:mc_area_1 This same container is inside another movie clip called: mc_movies_areas

here is the code that i am using:


_root.mc_movies_area.mc_area_1.attachMovie("1","n1",_root.mc_movies_area.getNextHighestDepth());
 

Any idea why is it not working?
Hints, suggestions…?
Thanks.
Leo