Forum Moderators: open

Message Too Old, No Replies

scrollpane with Dynamic content

         

malon

5:19 am on Jul 6, 2005 (gmt 0)

10+ Year Member



I have a situation where I am trying to load inforamtion (text and images) into a movieclip from a database and then be able to scroll this information(scrollpane?).

For example I have a catagory of products; each product will have a picture and a dicription, but the number of products may change (depending on the info from the database.

I can get the info properly loaded into seperate movieclips but the problem is that I can not make them scroll as one unit. The scrollpane sees the movileClip that holds all the products(nested movieclips)but when the movie loads the intial value of the the main moviclip is 0, since the info hasn't loaded dynamically from the database yet, therefore it doesn't see anything to scroll.

Is there a load order available so that the movieclip egt its info(from the DB) before the scrollpane looks for its content

Please Help

Just need to scroll multiple dynamic movieclips

Richard_N

6:44 am on Jul 6, 2005 (gmt 0)



we (sometimes) use the ultimate scroller component from flashloaded, its not been a problem and we have used it to control a dynamically loaded clip with no problem.

malon

12:21 am on Jul 8, 2005 (gmt 0)

10+ Year Member



The Ultimate Scroller from Flashloaded worked wonderfully, thanks for your input