I’m creating a list of products with images/text/etc… Basically, I’m looping through and taking a symbol out of the library that has a place to put the product image and name, then stacking them vertically. Now what I want to do is insert them all into a scrollPane. I used to do this in Flash MX by using setScrollContent() function. MX 2004 does not have this. Is there an easy alternative? I know you can use contentPath to place other files and symbols from the Library in it, but how do I insert a movieClip that I’ve just created on the stage like I could in regular MX? Thanks.