hi all.
hey pixl8r,
i have made an image gallery following your example waaay at the beginning of this thread. it works like it's supposed to, but now i would like to alter it a bit, and i'm having some trouble getting it to work the way that i want.
basically i want to do the same thing, but instead of placing the my whole list of loaded images on the stage or in a scroller with script, i would like to 5 images at a time, each into it's own movieClip 'holder'. then i could animate these 5 holder boxes to fade in over time or whatever. THEN i would like to have a "continue" button unload the current 5, and load in the next 5 from my XML list. similarly, a "back" button would unload the current and then load the previous 5.
i modified the XML to what i thought was a logical grouping, having 5 "url" child nodes in a "page" parent node. i hooked this all up in the components, but need some tips for the scripting on the 2nd frame of the main timeline.
if you have time, i put up 2 samples of what i'm trying to do here:
the first is your original script, just modified a bit for my purpose. it works!to a degree, but again, i don't know how i would load in 5 more pics at a time and i have no control over each loaded image.
the 2nd version (non-working) is set up with the new XML and 5 'holder' movie clips. (maybe i need to create 5 new movieclips - not just instances- and export each to actionscript?)
anyway, if you or anyone has some thoughts on this, anything at all would be great! thankx!!
-josh