What happens to the category list when there are many categories ?
Does it scroll ?
Thanks
Posted 2 months ago
Last Update 01-05-2008 Help file in the source files was updated with a step by step tutorial for changing the dimensions of this slideshow according your needs. Please download the source files again.
Features:
slideshow, flash slideshow, xml slideshow, dynamic slideshow, dynamic xml slideshow, xml dynamic slideshow, advanced slideshow, advanced dynamic slideshow, advanced xml slideshow, advanced dynamic xml slideshow, gallery, flash gallery, xml gallery, mutiple galleries, dynamic gallery, dynamic xml gallery, advanced gallery, advanced xml gallery, advanced dynamic gallery, advanced dynamic xml gallery, 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
What happens to the category list when there are many categories ?
Does it scroll ?
Thanks
Posted 2 months ago
@totene5906
Please read my reply to surflounge on 5th page.
@Greg_HWD
no
Posted 2 months ago
THE COLOURS GO ALL WRONG WHEN USING OWN GALLERY ??? I just added my first gallery of black and white jpegs edited the xml and tested. Large parts of the images appear yellow in the flash movie. Your image galleries are the only ones that display correctly. My images are also reduced to a smaller size than they need to be. Please help
Thanks
Posted about 1 month ago
Ok colour problem fixed. Must make sure images are saved in RGB mode. But please help about size. My images are 300 pixels high but your slideshow keeps reducing them so they are slightly smaller. I need them to remain the same size.
Thanks
Posted about 1 month ago
managed to tweak image size to be the same by resizing the slide containers (there are three of them each below each other, use zoom ctrl+)
id like to change the colour of the pause/play buttons when they have been clicked?
thanks
Posted about 1 month ago
Ok i have managed to tweak everything to how i need it but it only works stand alone. Ive tried adding it to my flash movie and all I get are errors. I can get it to work partially by loading it as an external swf but it freezes on 2nd image or if u move to another category and hit play button it displays one image and then freezes. After that it stops working.
I would appreciate some help. So far this is the only product I have purchased from flashden that hasn’t worked and has no support.
Thanks
Posted about 1 month ago
@Modboy
what is the actionscript version of your main swf file in which you are loading this slideshow?
This slideshow is using AS2 and will only work with AS2 not with AS3 if you are using AS3 .
Posted about 1 month ago
I was afraid of that. Yes my main swf is AS3 . Heres my work around AS2 cant load AS3 but you could still load an AS2 external swf onto AS3
for example:
var myrequest:URLRequest=new URLRequest(“slideshow.swf”
;
var myloader:Loader=new Loader();
myloader.load(myrequest);
stage.addChild(myloader);
function handlemenu( pEvent:MouseEvent):void
{
if( pEvent.target == menubtn )
{
gotoAndPlay(1);
myloader.unload();
}
}
menubtn.addEventListener( MouseEvent.CLICK, handlemenu );
There were no more compiler errors and all seemed to work then it freezes on 2nd image or if you move to another category and hit play button it displays one image and then freezes. After that it stops working. I guess theres some access problem with the loaded AS2 movies’s variables or functions. Could you please migrate this slideshow to AS3 ? Or if I give you my tweaked slideshow could you make this compatible with AS3 if I paid you for the work? Let me know how much it would cost?
Posted about 1 month ago
@Modboy
migrating this slideshow to AS3 is much more work then making it in AS3 from scratch. Though migrating it AS3 and uploading here would have benefited me but I am very busy these days which I have even specified on my profile page here on flashden.
Posted about 1 month ago
Hi! Is there a way to get the thumbnails to appear on the right of the image (as opposed to the bottom) and have them appear in 3 columns, 6 rows? Also, how do we code this to display a larger description of the image somewhere? Thanks for all your help! Elias
Posted about 1 month ago
Thank you for offering this fantastic gallery! It is the most organized, most well-commented and easiest-to-customize file I have ever received. I absolutely love it and it saved me many hours of coding! A pleasure to work wtih. Many thanks!!!
Posted about 1 month ago
@Casper7178
it has only support for horizontal scrolling in single column. What you have asked for requires modifying the file a lot for which you can hire someone to help you.
@kalibahlu
thanks.
Posted about 1 month ago
Hi, I’m trying to load the slideshow.swf as an external movie, but it is not working… Please help!!!
Posted about 1 month ago
@superhazar
I guess you have path issues. Try to place the xml file relative to the holder swf file.
Posted about 1 month ago
Hello SaafiDesign,
I’ve purchased your gallery and it’s very good. I managed to change the colors on the buttons, loading bar, and text, but there is one color I haven’t been able to change….and there is no indication for that in your Instructions.doc
How do I change the category menu font’s color, the pink font items that dropdown as categories?
Pleas help, thanks!
Posted about 1 month ago
Once again…
How do I change the category menu font’s color, I need the pink items in dropdown menu (category names) to be yellow.
Please help, thanks!
Posted about 1 month ago
@Waltman
find the category_item_mc inside the library panel, double click it, select the textfield movieclip and change the tint from the properties panel.
Posted about 1 month ago
Hi, I bought this great gallery a few days ago but I want to change the path of some files. When I put all files in the root of my website it works but when I put everything in “fla/fotopagina/” it won’t work. I don’t know what I have to chance and where to make it work. Maybe you can help me. I chance the path of some files but I can’t find them al. So I isn’t working.
Posted about 1 month ago
I know why it wasn’t working… I had to chance the path in my ActionScript of the file slides.xml into fla/fotopagina/slides.xml.
Posted about 1 month ago
I can not change the color of the scroll I believe it is in scroll.as but does not work, please help me
Posted 29 days ago
Hi great slideshow! 2 questions:
- how can i change the color of the loading bar? (change the color of preloader_mc is not working.
- how can I change the color of the border of the small pictures on the bottom?
Thanks.
Posted 21 days ago
First, let me say this is a very cool viewer! So far it has proven to be easy to modify and pretty well documented and I am a VERY beginner flash user. I would highly recommend it!
I have a question about the XML file. In it there are descriptions like <![CDATA[Place your text here.] Where does this info appear? I am assuming that when you add your text to this line it appear somewhere. Can I have it appear below the slide? Or at least someplace that the viewer can see it?
Thanks again for your cool work!
Posted 21 days ago
@donsalvatore361
To change the color of the preloader for the large images you have to change the hexadecimal color values inside the beginLoadSlide function in the following lines:
if( current_slide_holder == slide_holder_1 ){
current_slide_holder = slide_holder_2;
preloader_color.setRGB(0xFF00F1);
}
else{
current_slide_holder = slide_holder_1;
preloader_color.setRGB(0x00A9FA);
}
To change the color of the thumbnail border find thumb_mc in the library, double click it and change the movieclip colors as you wish.
Posted 21 days ago
@ur_photo_guy
The question about text description has been many times and it was my mistake not to remove the description node from the xml file. 
But V-2 is almost ready which has feature of displaying title + description + a lot of new cool features. 
Looking forward to it! Any idea when you will release it?
Thanks for the quick reply.
Posted 21 days ago
Is there anyway you can add descriptions.
From reading the other comments I think it’s in xml so If i add a description tag can I make some kind of description pop up or something.
Posted 18 days ago
version 2 is here: http://www.flashden.net/item/advanced-dynamic-slideshow/16321
Posted 17 days ago