Dynamic Images, Layers

OK, so im taking a step into getting out of doing everything on the timeline, unfortunately we all know how these ideas go. NOWHERE…

Here is what i want to do, create 4 movie clips, Load 4 external movies and add MCs (buttons) on the top (transition effect). This is too simple for some people im sure, but i was trying to do 1 first…

HELP!

this.createEmptyMovieClip(“vidthumb”,1);
vidthumb._x=-61.0;
vidthumb._y=-70.0;
vidthumb.attachMovie(“vidDumbButton”,2);
vidthumb.loadMovie(“vidSmall/vid2.jpg”,1);
stop();

Thx
Boston