Dan, many ways to skin this cat surely.  You could use a TileList and use
Image as a drop-in renderer.  This will give you scroll bars and you can add
buttons later to scroll left/right.  You could also use a HBox  and always
display m of your n images in it.  A left/right button would just  'scroll'
through your n images  setting the subset m of them to be displayed.  You
can even have a scroll bar for this too.

If you got XML in hand, use it, no sense converting it to a ArrayCollection
unless there is a need to IMHO, its just display level, eh?

HTH

DK

On Feb 6, 2008 9:13 PM, Dan Vega <[EMAIL PROTECTED]> wrote:

> I am pretty new to flex and I am just trying to learn some of the
> controls.
> I have an xml file of images that I read into my application using AS3.
> What
> I want to do is have all of these images scroll across a footer below.
> There
> will be arrow images that I will customize later on the left and right
> that
> you can use to move through the list of images. When you highlight an
> image
> it will be a clickable link to a website.
>
> I am not looking for the answer but more of a push in the right direction.
> What component would be best for this solution? A Scrollbar / A List / or
> something else. Also now that I have the xml do I turn that into an array
> Collection? Is that what most data providers for the components are?
> Again,
> I think I have a pretty good handle in AS3 with backed stuff but now I
> want
> to start learning more about the UI components.
>
> --
> Thank You
> Dan Vega
> [EMAIL PROTECTED]
> http://www.danvega.org
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4898
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to