Search  

XML HORIZONTAL SLIDING GALLERY 2.0

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersXML horizontal sliding gallery 2.0
Full_screen_preview

This is the version 2 of XML driven horizontal sliding gallery. It uses Flash CS3 / AS3

Features

- Unlimited number of images, categories

- Images are categorized

- Horizontal sliding animation

- New Play/Pause sliding animation

See also: XML horizontal sliding gallery

and XML Mix and Match Gallery

Images are from Flashden Asset Library

Posted 6 months ago

@Martyfloyd

1. You can see the code by clicking the first frame in the timeline and press f9. 2. Yes you can put it on different folders. Assuming you made the changes in “fldr_imgs/”+image.@perspective to image.@perspective. You can put in the XML file whatever folder you like. ex. if you have the folders cat1, cat2 and cat3 in the same directory as the swf. You can put in the XML file something like “cat1/image1.jpg”

Posted 4 months ago

As with the first sliding gallery, this is an excellent gallery. The assistance provided in the code is extremely helpful.

Ronstatine your patience and understanding with a flash newbee such as myself is greatly appreciated.

Many Thanks

Posted about 1 month ago

Thanks xevious :)

Posted about 1 month ago

Very elegant gallery, I have one question though at the moment, I just purchased it and am having trouble finding where to adjust the over size of the gallery, I need to scale it down to fit in a 680×400 area.

thanks very

Posted 26 days ago

one last quest, is there a way to adjust/remove the thin lines that are above and below the gallery images?

thanks.

Posted 26 days ago

@kenmarold you can remove the thin lines by doing something like:

cUnder.visible = false; //top thin line pUnder.visible = false; // bottom thin line

also you there is no need to scale it down. It adjusts automatically depending on the height of the big images and also the number of thumbs visible. You can also reduce the number of thumbs visible by setting

numThumbs = ANY _NUMBER; //line 48

Hope this helps :)

Posted 25 days ago