Thumbnail scroller with frame for each image

Hi!,

I followed this example:
http://www.kirupa.com/developer/mx2004/thumbnails.htm
But what I want is that each image gets a certain frame, something like this:

Can this be done?

I tried to load in a swf file instead of a image:
image_mcl.loadClip(“frame.swf?image=picture1.jpg”, “thumbnail_mc.t”+k);
but that doesn’t work.

The code in frame.swf to read in the ‘image’ variable is as follows:


_root.onLoad();
test = _root.image;
mc.loadClip(test);

Where mc is a movieclip where the picture must be positioned.

I hope someone has an idea

-Roeland