Business card and presentation

How do I put those movieclips? I tried to load movies from library using attachMovie() but it didnt work. Is there a way to load movies to emptyMC just like external file?

select all the frames, then right click and select copy frames, then hit ctrl+f8 and make a new mc, in the mc go to the timeline and right click then choose paste frames

attachMovie() method worked just as loadMovie(). The reason why I didnt was I forgot to put the second parameter.