Making movie clips wrap (fluid)

(MX04)

I’m developing a noScale flash site that loads a set of information from a dynamically created XML file, then loops through the set and uses duplicateMovieClip to create a clip on the stage for each node of information.

Is there a way I can contain these clips inside another clip somehow that makes the clips “wrap” when the screen is lowered in size? In other words if three clips fit accross the screen and the screen size is lowered - I want it to display only two clips wide and increase in row size.

I know I can probably do it by using a listener and adjusting positions of each clip but that would take a ton of coding - is there any easier way?

Thanks

not really, if you want it to look good, the listener method will be you r best option.

a ton of coding it is… LOL thanks