Foto gallery tute question

Just considering the foto gallery tutorial with thumbnails
http://www.kirupa.com/developer/mx2004/thumbnails1.htm

and have this question :
i tried one like this before from gotoandlearn, and since i have my flash project set to No Scale , with code like this to center it :

Stage.scaleMode = "noscale";
Stage.align = "TL";
var resize_lis:Object = {};
resize_lis.onResize = resizeClips;
Stage.addListener(resize_lis);
function resizeClips():Void {

i am worried about how it will fit into my document which is set for 750x400.

i would like to do this tute and use on a site, but like i say, concerned about how it will fit with the existing .fla. thanks.