Free FlashDen file of the month. Click here to download.
Search  

99 WAYS - FLASH XML GALLERY GENERATOR

HomeBrowse CategoriesImage Viewers & GalleriesImage Galleries99 WAYS - FLASH XML GALLERY GENERATOR
Full_screen_preview

What is this ?

This is a generator of image galleries / viewer / portfolio. Useful to use in web page where space are limited on hibrid website such as html/flash, php/html and so on.

This package allows the creation of galleries of images from customizable layouts and therefore always differents and originals. Customizable grid of thumbnails, rounded backgrounds or squared backgrounds, free ways to load differents image sizes, free ways to create rows and columns of thumbnails, free ways to positioning all the movieclips and textfield where you want and more others things give this package a “must have” to build your own image gallery layout.

Working with this tool without having a layout in mind or on paper may be hard. Have an idea and a project in mind or on the paper before entrust this tool: this will allow more rapid development without wasting time.

28-07-2008 Updated main class / Bug fixed on pagination 28-07-2008 Updated main class / Alpha settings to all the objects added

... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...

Features

.1 Uploading data via XML .

.2 Management caption via CSS .

.3 Embedding of fonts.

.4 Cross-fade transition for large images.

.5 Randomization of the thumbnails on every start movie.

.6 Customizing grids thumbnails.

.7 Customizing the size of masks for thumbnails.

.8 Customizing the size of masks images large.

.9 Uploading thumbnails of any size (will be masked).

.10 Uploading large images of any size (will be masked).

.11 Step by step loading of thumbnails so as not to overload the CPU .

.12 Free management backgrounds squared, rounded or both (see large image in the preview).

.13 Free font management.

.14 Free management size of backgrounds.

.15 Free management of the number of viewable thumbnails per step.

.16 Free management of colors caption, links and notes.

.17 Easy to transform because need to set only parameters.

.18 Display a default layout without to set parameters if needed.

.19 Free displaying of which thumbnails is selected.

.20 Always different and original.

.21 Flash filters on thumbnails activable if needed.

.22 Flash filters on large image activable if needed.

.23 Flash filters on caption activable if needed.

.24 The .fla file need to set ONLY parameters, no other.

.25 Easy way to create personal Flash filters.

26. Absolutely resizable because the size is depending by the layout you will build.

27. Easy removing infos about “loaded images” and “total images”.

28. Easy way to add alpha values to each object (backgrounds)

Posted 11 months ago

ITEM DISCUSSION

Show Comments By

i have no idea.

Posted 10 months ago

Even if setting the variable to 0 the gallery load images at random ?

Should be a browser cache problem ?

How is the name of the images ?

Posted 10 months ago

names are 1.jpg ….. i reset the browser even i have tried to open in new browsers but still loading random images. it would be nice if you can correct or update xmlGalleryClass.as for me i think I am making mistake to change the var. my email is kaay2008@googlemail.com Thanks

Posted 10 months ago

Yes I think you did a mistake. I sent the modified class.

Posted 10 months ago

Hi Purchaged this week … but since I am not really a Flash Developer it would be helpfull if you could send me the samples that are online.

My email: aul.neves@netcabo.pt">paul.neves@netcabo.pt

Thanx.

... and keep the good work …

Posted 7 months ago

Hello, I’ll send you soon. Thank you.

Posted 7 months ago

Hi, I purchased your gallery this week and I really like it. I have a few questions though:

1) I have set up the thumbnail grid to be 3×3 but I notice that the top left thumbnail is out of alignment with the other thumnails when another one is active…..check it out here http://donnachin.net/gallery.swf How do I get it to be in line with the rest of the thumbs?

2) Also, the gallery “floats” with the size of the browser. How can I get it to be staionary so that the big pictures stay within my green frame on the page?

3) Now go to http://donnachin.net/nr.swf – and click on “photo gallery”. You will see that the gallery doesn’t load. The swf does, but the actual gallery does not. This is the code I’m using in the fla menu:

on (release) { loadMovieNum(“gallery.swf”, 1); }

Can you suggest another Actionscript line to load the gallery with? I’m playing with the LoadClip function but I’m not very good with the code….

Your help is greatly appreciated! :)

Posted 7 months ago

Hello and thank you,

1) Really I didn’I had anymore this type of bug… maybe it should be because contents is still floating. See point 2 here.

2) If you open the main .fla file and then take a look to the code inside the actionscrip panel, you’ll notice a commente like this at line 32:

// center the gallery into the stage...

comment the block of code at all and gallery position will not floating.

3) About this point, you cannot use loadMovieNum. LoadClip works best, but if you’re not able to do it try using LoadMovie like in the example below:

// holder for gallery
var gBox_mc:MovieClip = this.createEmptyMovieClip("gBox_mc", 0);

// finally give an instance name to you button (don't use code inside it)
myButton_btn.onPress = function(){
   // load the gallery inside gBox_mc movieclip
   gBox_mc.loadMovie("gallery.swf");
}

If not help email me please.

Posted 7 months ago

Hi Albo – Thanks for your response. I was able to get the stage to stay stationary, but need help with #3 above. Did you get my e-mail with the attachment? Thanks again!

Posted 6 months ago

Hi Albo, I have the swf loading now, so items 2 & 3 are taken care of. I’m still having an issue with the first thumbnail being out of alignment. Any idea how to fix that? Thanks again for your help,

Posted 6 months ago

Hello, about the thumbnail out of align I think you accidentally setting a variable inside the main class or where the grid is stored.

Never happen to anyone before.

Try to replace XmlGallery class file and then see what happen.

Posted 6 months ago

Hi Albo…it’s me agan. :/

So I thought I had the movie load function figured out, but I don’t. I need help! :) To see my dilema….. – Go to www.donnachin.net and click on “photo gallery”. The gallery loads, but then when you click on “roux crew”, the same pictures load, even though I have called a different xml file to it.

- Now - refresh the browser and click on "roux crew" first....and then click on "photo gallery".....the roux crew gallery loads both times.

So, which ever gallery is clicked on first is the only one that loads afterwords.

I’m thinking that maybe I should be using a loadClip function, but I don’t know enough about it to make it work. Can you help me with this?

Thanks for your time!

Posted 6 months ago

Hello, this is maybe because you don’t clear objects.

Should you send me project please ?

Thank you.

Posted 6 months ago

Hello Albo,

Thank you for your quick reply! I would be so grateful if you could take a look at my files and help me with this. :)

You can download the files from: http://donnachin.net/albo.htm

Thanks again, Dchin email: donna@donnachin.com

Posted 6 months ago

Hi! I bought this file this morning, and haven’t stopped playing with it all day!!! Love it. Quick question though, how do I change the transitions or roll over effect on the thumbnails and buttons?

Any help would be great!

Posted 3 months ago

Hello, you need to open info > iome > ThumbsGridMenu.as and then use one other Fuse method instead of brightOffsetTo (for example alphaTo.

Documentation of the Fuse shortcuts here

Posted 3 months ago

Aaaah! Thanks. Perhaps you could help me with something else. I am making a small gallery (only 7 images). When I put only a few images in the image folder and delete the rest, it generates one extra blank thumbnail that when clicked causes the whole gallery to stop working. What am I doing wrong? Is there somewhere where I need to tell it how many pictures to look for?

Posted 3 months ago

Did you updated the xml file too ?

Posted 3 months ago

That did the trick. Thanks for all your help.

Posted 3 months ago

Hy there, could you add more description to this gallery ? I think one row isn’t enaugh don’t you think ?

Posted 2 months ago

Hello, what you should know ?

Posted 2 months ago

I only wanted to be able to add more text to the description of each image. Is it possible ? I see that now it only has one row of text.

Posted 2 months ago

Yes it’s possible: just changing 1 line of code and adding others 2.

Posted 2 months ago

Hy there Albo, I have bought this gallery. It’s very good. Can you please tell me how to add more description ?

Thanks

Posted 2 months ago

Hi there, do you have an email ?

Posted 2 months ago

Hello again and sorry for the delay. Here is the mail:

andres.julian@hotmail.com

Thanks

Posted 2 months ago

Ok, take a look there please.

Posted 2 months ago

Can I do a upload of picts from my computer ? if so I want to buy it

like

upload c drive jpg 1

I do it and it automatically does the rest

and whalla I have picts in my gallery ?

rewriting xml is useless to me, I need to upload picts from my computer

let me know thanks

Tony

Posted 10 days ago

Hello, no, the feature you need isn’t included.

Posted 9 days ago