Search  

XML DYNAMIC GALLERY 1

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersXML dynamic gallery 1
Full_screen_preview

xml driven gallery easy to modify. check the smooth transition between the changing images…you can load pics swfs and many more. actionscript is full of notes and the help file explains the xml file. you can load as many images as you want witout any difficulty. there is a small description in every photo except for #2 which has a long description and #3 that shows how to use links to other pages. The file is well documented and is easy to modify, you can change things such as color, speed of image transition and image thumbnails, image sizes and thumbs sizes… and all that stuff :P

resize your browser and the gallery should resize too… hopefuly it will it works for me… buyers please rate!

happy to help if you need any =]

check out my other files here:

Menus

Bouncing Ball Menu Tween Star Menu Cool Horizontal Menu Shrinking Menu Spin Menu

Mouse Effects

Mouse Bubble Effect Mouse Star Effect Mouse Star Follower

Preloaders

Neon Preloader Pack Modern Preloader Heaven Preloaders

Actionscript Based

Right Click Properties

Games And Utilities

Ask the Magic 8 Ball falling snow falling snow v.2

XML galleries

XML gallery 1

Sound & Music

FuturesoundElectric-Circuit

Posted 2 months ago

It gives NaN error at the beginning of image load.

Posted 2 months ago

This is sooo smooth…. V nice!

Posted 2 months ago

just for you to know NaN is not an error… its just that the image is not being loaded yet…. just wait and you will see…

Posted 2 months ago

Very Nice! The transitions are great.

Posted 2 months ago

great work :):):) ;)

Posted 2 months ago

tnx for comments

Posted 2 months ago

Good one. I love the transitions a lot >: )

Posted 2 months ago

does each image have its own information or just the entire gallery?

Posted 2 months ago

each image is individual… each photo has its own thumbnail, location AND DESCRIPTION

Posted 2 months ago

Well, NaN stands for Not a Number. A tip: in your code, add a check to see if it is a number or not. Actionscript has a functon call isNaN().

Examples:

trace( isNaN(“Tree”;) ); // returns true

trace( isNaN(56) ); // returns false

trace( isNaN(Number.POSITIVE_INFINITY) ) // returns false

So you could try to add something like !isNaN(the_variable) { the_variable == “0” }. Untsted code – YMMV .

Posted 2 months ago

thanx a lot for this info… i appreciate it

Posted about 1 month ago