vote up 0 vote down star

Hi All, Is it possible to construct an vertical sliding thumbnails of images. The example is shown at following path: http://www.rburman.com/#a=0&at=0&mi=2&pt=1&pi=10000&s=1&p=0

As i am new to flex Please suggest the solution or refer to any example with the source code. Please help. Thanks in Advance.

flag

67% accept rate

1 Answer

vote up 1 vote down

I'm pretty sure this must be one of the most requested things for flex to do. have you tried google? anyway check out http://blog.flexexamples.com/2008/03/08/creating-a-simple-image-gallery-with-the-flex-tilelist-control/ or

adobe exchange

or the adobe photo gallery example

HTH

link|flag
Thanks for the support kenneth, but i am sorry for not describing the requirement properly. Actually what i need is to slide down or slide up the thumbnails in the gallery with an rollover on it (without showing the scroll bar). ie sliding movement of images is required. – Piyush Giri Jun 16 at 11:56
Then take a look at the examples and inside your viewing area turn off the scrollbar and use the rollOver, rollOut and mouseMove events to determine when mouse is in viewing area and where it is. Once you have that info it should just be a case of changing the position of the viewing area inside its container. You may need to leave the scrollbars on, but make them invisable to change the containers overall position. If I see an exact example of what you're asking I'll update this. – kenneth Jun 16 at 13:06
Thanks kenneth :-) I hope this will work.. – Piyush Giri Jun 16 at 14:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.