did you try that:

mypic = new BitmapData(mc1._width, mc1._height);
mypic2 = new BitmapData(mc2._width, mc2._height);

eventually using a for loop to generate an array of mc could help shorten the process.

gparis