;

PDA

Click to See Complete Forum and Search --> : making a photo album using a list box


robby x
11-18-2004, 05:51 AM
Hi,
I want to display a lot of pictures in a listbox or
another object with scrollbar. On Mouseover event the
user should have the possibility to view the picture in
a biger format and to download it (e.g. using the right
mouse button).

What is the best way to do this job ?

Regards Robby

docree
11-18-2004, 01:45 PM
There is an example similar to what you want.

[Check out the example folder under KoolMoves to download the
example pack. That is, if you have not downloaded it allready...]

KoolMoves / Examples / Components / Other Examples / KcDemo.html

I'm uncertain at this moment about the right click option.
I'm sure it can be done, though.
_________________
DocRee

robby x
11-19-2004, 07:21 AM
... tried this sample, but I'm looking for a way to
put images (thumbnails) into a listbox - not text.

But thanks a lot for the info

Robby

docree
11-19-2004, 04:49 PM
Create a swf that has all your thumbnails listed.
Then script within that swf the enlarge image view.
I'll see what I can do.
DocRee

docree
11-19-2004, 08:46 PM
Ok, here is an example that I made.
Maybe someone can take this and elaborate on it more.

Please, extract this file to KoolMoves \ Examples \ Components \Other examples
The larger .jpg files are allready there.
DocRee

robby x
11-22-2004, 05:07 AM
Yes !:)

Thats exactly the solution I was looking for.

Well done. Thanks a lot !

Robby