Did you receive my emails? Thanks!
Posted 29 days ago
Advanced Dyanmic XML Grid Gallery:
Advanced Dyanmic XML Grid Gallery is a version two of my previous file Dyanmic XML Grid Gallery. It has plenty of new features like support for galleries, configuration of thumbs from xml file etc. Following is the complete list of features.
gallery, xml gallery, dynamic gallery, dynamic xml gallery, multiple galleries, galleries, advanced gallery, advanced dynamic xml gallery, slideshow, xml slideshow, dynamic slideshow, dynamic xml slideshow, advanced slideshow, advanced xml slideshow, advanced dynamic xml slideshow, image gallery, xml image gallery, dynamic image gallery, advanced image gallery, advanced xml image gallery, photo gallery, xml photo gallery, advanced xml photo gallery, dynamic photo gallery, dynamic xml photo gallery, advanced xml photo gallery, grid gallery, grid xml gallery, grid image gallery, grid photo gallery, dynamic grid gallery, grid slideshow, saafidesign, saafi design
Subscribe Here to be Get Notified About New File Releases
You might also be interested in:
1- Website Templates Collection:

4- Image Galleries / Slideshows Collection:

6- Navigation Menus Collection:

7- Flash Email Forms Collection:

8- FLV Video Players Collection:
See more files by SaafiDesign
Hi I would like to change this sentence in the xml : video/videos/Clip1.flv for video/videos/Clip1.flv How can I setup that to be recognize with flash ? Thanks
Posted 28 days ago
I am trying to figure out how to use this file with single gallery. I found your message from before:
“yes if there is only one gallery then it will not show thumbnail of the gallery and open the photos of that gallery directly. There is a variable in the coding which can be switched on/off this purpose. By default it is on so it will show photos instead of gallery thumb in case of a single gallery. The variable is:
var showSingleGallery:Boolean = true;”
But I can not locate code I need to replace. Also if you can tell me what are the nodes I would need to delete of extra gallerys
Thank you
Posted 25 days ago
Excuse me, the gallery is only for fullscreen template or can i use it in the normal mode inside html page? Thank’s Alessandro
Posted 17 days ago
@inspirationmultimedia
yes it can be used with a fixed width and height. Just use fixed values for the width and height attributes in the html code.
Posted 17 days ago
ERROR with gallery when wanting to use it as a single gallery!
For people trying to use this as a single gallery wanting to do away with the multiple galleries thumbs displaying when it first loads you need to correct a couple of things in the code.
Open up the as file in the as folder and make sure the lines below are set to true:
var showSingleGallery:Boolean = false; var isSingleGallery:Boolean = false;
In the xml file, make sure showSingleGallery=”true” in the configuration node at the top and not “yes” or “no”.
The as file expects a true or false statement for showing a single gallery and not yes or no! Otherwise great gallery. Wish he could of tested and corrected this though. Would have saved me a couple of hours. Maybe he could reimburse the money as I’m sure a few people have been frustrated by this too lol…
Paigey!
“Lets PLay!” :http://www.uvmecrazy.com
Posted 9 days ago
All good and very easy to work with but there is a slight error if you need to change the border colour of the photo gallery navigation buttons (photoBtnBGColor in the xml)...
In the GridSlideshow.as file line 259 currently reads:
“photoBtnBGColor = Number(configNodes[iterator].attributes.photoBtnBGColor);”
and it should be referencing the firstChild.nodeValue NOT the attribute. So it should read:
“photoBtnBGColor = Number(configNodes[iterator].firstChild.nodeValue);”
if you do this then you really do have full control over all the colours of the gallery – enjoy.
Posted 8 days ago
One more thing…
Is there a way to jump directly to a gallery – i.e. can you tell it to open up at gallery 3?
If not, this would be a handy fetaure – probably not too hard to incorporate for the next version.
BTW – good effort paigey, it took me ages to make it display 1 gallery and I ended up butchering the GridSlideshow.as file to behave the way I wanted.
Posted 8 days ago
@paigey
I appreciate your input. I rechecked my code and looks like I made a mistake during one of the later updates. The problem was not with those lines which you mentioned (even you solved it your way), the problem was at line 376 which was:
if (gals_data.length > 1 || showSingleGallery) {
and should have been:
if (gals_data.length > 1 || !showSingleGallery) {
Posted 8 days ago
@PWS
thanks for pointing out the bug regarding photoBtnBGColor.
Regarding your other question: I think that is a bit hard to achieve without modifying the code. I am sure you can do as you seem to have actionscript knowledge.
Posted 8 days ago
@all
I will update the files by tomorrow with two bugs fixed notified by paigey and PWS so re-download after that.
Posted 8 days ago
SaafiDesign or all,
This seems to be a great template and I would love to purchase, but I have a question first.
I would use it only for the purpose of displaying SWF . But each SWF are located in their own directories with a few supporting files. Can I code in the XML a path for each and every SWF movie? Meaning can I have a bunch of subdirectories with and SWF in each of them and then point to the movie from the XML or some other configuration?
I would also love to have a label for the SWF as twobalanceone had requested. Are you working on his request? Can we pool funds for anyone that would like to have this feature?
Thanks Bernie
Posted 1 day ago
@BernieBl
the swf loading functionality is already there in the file. If your swf files are dependent on external xml files then you just have to use the right paths.
Posted 1 day ago
Hi,
I would like to remove the top and bottom rows only on the home page of my flash video. is it possible to have the rows removed, but on the inside galleries, they would be present?
I only have 3 galleries that need to be displayed, and plenty of pictures within each gallery, so I would not like to see the other buttons on the home.
is this possible? looks like a great gallery.
thanks.
Posted 1 day ago
@manngroup
if you have three galleries then it will show only three thumbnails one for each gallery so it will not show any extra thumbnails. In the demo I have more than 3 galleries so it shows thumbnails equal to that number. So again the number of gallery thumbnails are not fixed but dynamic.
Posted 1 day ago