Is this a flash gallery?

henrikjt

New Member
Ive been looking at adding a gallery like what they have on the front page of this site:
http://www.patinaform.co.nz/

i have googled "flash photo gallery" and found many flash galleries, but nothing like this one?

How can i find something like this?

Thx
 

adamblan

New Member
This is a flash gallery (as designated by the "swf")- I'm not sure about where you could find one like it, but it would be really simple to set up with a little bit of actionscript.

Load image url from xml -> timer based fl.transitions (alpha tween) - I'm sure you can probably find a tutorial on FlashKit
 

jnjc

New Member
This kind of control is more of a slideshow than a gallery, I make the point because it might make searches easier for you.

There is tonnes of code out there to do this either flash or JS (my preference).

One example of doing the same without flash is:

http://www.electricprism.com/aeron/slideshow
(Look at examples 1, 2 or 4)


HTH,
JC
 

pingeyeg

New Member
Just learn a little bit of ActionScript and you can build it yourself quite easily. It took me a day and a half to make one myself.
 
Top