Could you add tabs, with a title to the tops of the navigation menus on the bottom, From looking at it from a non-tech-savvy person there is no reason for them to think those bars on the bottom do anything…
Posted about 1 year ago
Enhanced version of my previous file “Interactive Image Gallery FullScreen”: http://flashden.net/item/interactive-image-gallery-fullscreen/3180 with a lot more features and the burn/lighting effect is more cool.
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, interactive gallery, advanced interactive gallery, interactive image gallery, saafidesign, SaafiDesign
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
Could you add tabs, with a title to the tops of the navigation menus on the bottom, From looking at it from a non-tech-savvy person there is no reason for them to think those bars on the bottom do anything…
Posted about 1 year ago
i think something like ‘main menu’ then ‘sub menu’ is all thats needed.
looks and feels great.
Posted about 1 year ago
Hey there. Getting this file working good. Thanks. I need to know if I can change the size/shape of the thumbnails. I need them to be 252×145.. Rectangle instead of square. Is this possible?
Posted about 1 year ago
Yes, you can do so by making minor changes to both the ImageGallery.fla file and as well ImageGallery.as Class File inside the com.aslibrary folder.
I hope you will get what you want.
Regards,
S.Ali
Hey Ali what piece of code do I need to pop the pictures fullscreen mode and still using the menus, check this by TRIWORKS http://www.flashden.net/files/7565/index.html
I went to the XML source:
pics/mix/sunset.jpgDo I have to changed here? I did in different ways I can’t get it to work Please Let me know, Great Work.
Posted about 1 year ago
That help is for this file http://www.flashden.net/files/7411/index.html
Posted about 1 year ago
you have to modify the actionscript to display the pictures in fullscreen mode.
As that feature is not part of the file, so if you want that feature then I can do that for a small fee.
Posted about 1 year ago
send me an email through:
http://flashden.net/user/SaafiDesign
You will see a form at the bottom:
Posted about 1 year ago
Hi, there’s a way to disable all the images shining effects?
deleting the ImageShineEffect.as isn’t the way…i tryed to comment all ref. of ImageShineEffect.doShine in the ImageGallery.as, but isnt work well, maybe i have to change someth. in line 328 (if( ImageShineEffect.done ){ ....) ?.
There isa simple way?
Posted about 1 year ago
@Robye
Don’t delete anything if you don’t know actionscripting.
Change all the ImageShineEffect.doShine() values to:
ImageShineEffect.doShine( 100,100,100,1,someMovieClip );
It will disable the shine effect.
Posted about 1 year ago
Nice SaafiDesign… If you use Math.round(value of tooltip position), the tooltips texts would not be smooth (if the _x and _y position of pixel fonts isn’t absolut like 85.0, they turn smooth)
Nice portfolio!
@spencermjax
Can be customized with little knowledge of actionscript.
Posted 8 months ago
HEY KI thanks for this gallery. I tried replacing all the ImageShineEffect.doShine commands to: ImageShineEffect.doShine( 100,100,100,1,someMovieClip );
as you suggested – but it is not working. Can you just email me a ImageGallery.flp file without the shine… or do I need to go into the fla file to change? thanks for your help
T
Posted 8 months ago
Hi.
This template is real cool.
Just one thing. How do I disable the link on the images. I do not want the images to have a link onto another browser window?? I’ve deleted the url link in the Xml but it still shows as a link on the images.
Posted 7 months ago
@frimpy
Open the ImageGallery.as file in a text editor and remove the lines from 383-385:
this.__current_image_holder_mc.onRollOver = Delegate.create(this, imageOverHandler, this.__current_image_id);
this.__current_image_holder_mc.onRollOut = this.__current_image_holder_mc.onDragOut = Delegate.create(this, imageOutHandler, this.__current_image_id);
this.__current_image_holder_mc.onRelease = Delegate.create(this, imageClickHandler, this.__current_image_id);
Posted 7 months ago
Hi Ki.
Back again. There seems to be a bug in this fine template of yours. Not sure if anyone else has the same problem but it even happened on your demo. Some times the images go sideways and everything goes crazy. It does happen quite frequently any way to fix this?
Thank you in advance
Posted 6 months ago
@frimpy
I will look into it and will update the source files if I figured the bug and after fixing it.
Posted 6 months ago
hey, I noticed that I have to change the image width and height in the xml file – otherwise the image comes up in the formats of the original images…isn’t there a way for the xml code to figure out the size of the image on its own?
By the way, very nice gallery
Thanks
@neppa84
There is a way to figure the width and height of image after loading but I needed to know these before the images load.
Posted 5 months ago