What I would like is to create a List box, Dynamic Text Box (Scrollable if possible)and a picture box that is populated from a table.
The table would have the following Fields
Name, Bio, Picture.
The List box would be populated from the Name field and depending on the name selected the Bio and Picture (A loading Status bar would be nice as well if it took a while for the pic to load) would be populated from the corresponding fields.
I got bored at work so i decided i would try and make you an example…
Attached is my attempt
Basically i have an xml document instead of your table, so if you want to run it from a table then make an asp/php page that outputs the xml in the same structure as the options.xml doc…
On the movie loading it reads the xml and creates an array based on the xml.
It the duplicates an option button top left which when clicked on checks the details now stored in the array.
The array is optArr and each element has 3 parts.
optArr*.name
optArr*.pic
optArr*.bio
when clicking on the correct “option” it does a loadMovie to the mc top right
and loads the bio into a dynamic text box.
i have scrolled textbox using bio.scroll++ bio.scroll-- and made some arrows
and the options also scroll by simply reduplicating the options but starting at one element further down the array.
If you have any questions then its probably best to email
Hope this helps!