Hey all…
Having trouble fixing my XML thumbnail images to work with Claudio’s scroller. The scroller doesn’t adjust correctly to show all of the dynamically loaded thumbnails…?
I found this thread explaining why this is happening but I haven’t been able to correct the problem with the suggested fix.
–> http://www.kirupa.com/forum/showthread.php?t=88815&highlight=xml+bottom+variable
Apparently the variable located inside my scroller,
“bottom= thumbnail_mc._y-mask_mc._height+thumbnail_mc._height-space;”
is set before the XML has finished loading so does not calculate the correct mc_height to work with the scroller and show all the thumbs at the bottom… ?
Can anyone help explain how to resolve this?