Here's some additional insight into what I am trying to do. 

The user can click on one of the thumbnails(itemrenderer) which changes the 
background color and launches a larger version of the image. Within that larger 
image is a next and previous button which will navigate to the next/previous 
image(itemrenderer). I need to be able to change the background color of the 
next/previous thumbnail/itemrenderer. So, in essence, I need to determine the 
next/previous itemrenderer and call the function that will change the 
background color.
 
Thanks.
--- In flexcoders@yahoogroups.com, "Amy" <amyblankens...@...> wrote:
>
> You should never do this.  What is the end goal?
> 
> --- In flexcoders@yahoogroups.com, "sdl1326" <azsl1326-email@> wrote:
> >
> > 
> > I have a scrollable SkinnableDataContainer which contains thumbnail
> > images (in an itemrenderer). While there can be several hundred
> > thumbnail images, only 10 itemrenderers are viewable on the screen at a
> > time. If I need to loop through the 10 viewable itemrenderers, what's
> > the best way to do it?
> > 
> > 
> > 
> > 
> > Thanks, in advance.
> >
>


Reply via email to